diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-25 21:56:16 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-25 21:56:16 +0000 |
commit | 3dc342af3ce9ae10011a7ac4ef752f45a1df1b48 (patch) | |
tree | 3d433de782003702751a2c4745ee4103ebd55be5 /win | |
parent | d3c94171230c35c5102b6529df4960e1b4e62a1d (diff) |
Choose the correct defines so that its not built too lean to compile
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7142 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win')
-rw-r--r-- | win/inspircd_win32wrapper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/inspircd_win32wrapper.h b/win/inspircd_win32wrapper.h index 9ac6298b2..dc1157545 100644 --- a/win/inspircd_win32wrapper.h +++ b/win/inspircd_win32wrapper.h @@ -24,7 +24,6 @@ /* Make builds smaller, leaner and faster */
#define VC_EXTRALEAN
-#define WIN32_LEAN_AND_MEAN
/* Begone shitty 'safe STL' warnings */
#define _SCL_SECURE_NO_WARNINGS
|