]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - win/inspircd_win32wrapper.h
Display the proper transports for server ports *slap* :P
[user/henk/code/inspircd.git] / win / inspircd_win32wrapper.h
index 37386d6791beaadf21fbe6b3e78b98bd97e8feb7..c8075b9020313c54def8798bc65a6d1bbfc7a257 100644 (file)
    I think this is more reasonable than using WIN32, especially if we're gonna be doing 64-bit compiles */\r
 #define WINDOWS 1\r
 \r
+/* Make builds smaller, leaner and faster */\r
+#define VC_EXTRALEAN\r
+\r
+/* They just have to be *different*, don't they. */\r
+#define PATH_MAX MAX_PATH\r
+\r
 /* Begone shitty 'safe STL' warnings */\r
 #define _SCL_SECURE_NO_WARNINGS\r
 #define _CRT_SECURE_NO_WARNINGS\r