X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fusers.h;h=9b13396113c7bc3544e8782f523d53751e62d2d6;hb=f1a122b4eeed9e681f3ef4cf94f8f710cc050afd;hp=2834efaaed4dca306f2f65c066bfd64f3a5ce400;hpb=13b7084eae707af1066a72fff9d5b2b91534dd20;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/users.h b/include/users.h index 2834efaae..9b1339611 100644 --- a/include/users.h +++ b/include/users.h @@ -60,7 +60,7 @@ enum UserModes { */ enum RegistrationState { -#ifndef WIN32 // Burlex: This is already defined in win32, luckily it is still 0. +#ifndef _WIN32 // Burlex: This is already defined in win32, luckily it is still 0. REG_NONE = 0, /* Has sent nothing */ #endif