summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorBrian Aker <brian@tangent.org>2013-01-28 17:51:05 -0500
committerBrian Aker <brian@tangent.org>2013-01-28 17:51:05 -0500
commit2d7155b6db8be1a931103f35c1d881e7f9d95a2e (patch)
tree6c4085d7c69c11f4776ae610dab962b0bafb258d /win32
parent2c8ce7d07966b25bcac12be88bad03e85f6a6c8b (diff)
parent743e893ecbbaacd66d2832e9c3ae16404422a173 (diff)
downloadlibmemcached-2d7155b6db8be1a931103f35c1d881e7f9d95a2e.tar.gz
Merge with 1.0 trunk.
Diffstat (limited to 'win32')
-rw-r--r--win32/wrappers.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/win32/wrappers.h b/win32/wrappers.h
index 976303cb..5bf325e9 100644
--- a/win32/wrappers.h
+++ b/win32/wrappers.h
@@ -9,8 +9,7 @@
* to avoid a bunch of ifdefs in the rest of the code
*
*/
-#ifndef WIN32_WRAPPERS_H
-#define WIN32_WRAPPERS_H 1
+#pragma once
#include <inttypes.h>
@@ -76,5 +75,3 @@
#define waitpid(a,b,c) (-1)
#define fnmatch(a,b,c) (-1)
#define sleep(a) Sleep(a*1000)
-
-#endif /* WIN32_WRAPPERS_H */