X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=win32%2Fwrappers.h;h=5bf325e9b31f68d431d1d30aa27370a17417acc3;hb=1c2f1d893384cf632697ce46e21d2f0c1edfc389;hp=976303cb32ef00b85f3c37bf2accf405f097cab5;hpb=77c9719d429337239b3f5e3d7fc5c17492682a77;p=awesomized%2Flibmemcached 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 @@ -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 */