summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-21 18:22:16 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-21 18:22:16 +0000
commitc31a4b8b444c460002ea69d2e75f60330897af38 (patch)
tree963e268d05e664bd8433e552605c545c93f6fa9c /win
parent8d660061375b8177ecce6c4e9803714d9fdd4b11 (diff)
Reorder includes, dont worry there is method to my madness (i hope)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7093 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win')
-rw-r--r--win/inspircd_win32wrapper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/win/inspircd_win32wrapper.h b/win/inspircd_win32wrapper.h
index fc7c9f7df..f8506c97b 100644
--- a/win/inspircd_win32wrapper.h
+++ b/win/inspircd_win32wrapper.h
@@ -142,7 +142,6 @@ CoreExport void closedir(DIR * handle);
#pragma warning(disable:4800)
#pragma warning(disable:4251)
#pragma warning(disable:4275)
-#pragma warning(disable:4996)
#pragma warning(disable:4244) // warning C4244: '=' : conversion from 'long' to 'short', possible loss of data
#pragma warning(disable:4267) // warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
#pragma warning(disable:4805) // warning C4805: '!=' : unsafe mix of type 'char' and type 'bool' in operation