X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fwimboot.c;h=3219758fa6507ea0ae1d077a442ab85ccf495387;hb=5a50cccf768a6bf6e9ccfd2337bcedc0cbf1ba6c;hp=3943470c8f439d1e1b6e7ff65d7609da57df5fff;hpb=fc0fd3f0ec5ca8b3768e28924215efeeacb2d641;p=wimlib diff --git a/src/wimboot.c b/src/wimboot.c index 3943470c..3219758f 100644 --- a/src/wimboot.c +++ b/src/wimboot.c @@ -27,7 +27,7 @@ * along with this file; if not, see http://www.gnu.org/licenses/. */ -#ifdef __WIN32__ +#ifdef _WIN32 #ifdef HAVE_CONFIG_H # include "config.h" @@ -1120,4 +1120,4 @@ wimboot_set_pointer(HANDLE h, return true; } -#endif /* __WIN32__ */ +#endif /* _WIN32 */