aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2010-11-27 17:08:12 -0800
committerLev Walkin <vlm@lionet.info>2010-11-27 17:08:12 -0800
commit05c81b7bed53089dda806e8cbc34814436531a0d (patch)
treecaf90e663c2f1826ff019d08f9004394a2ee368a
parent936595643a2a71f6ef3e50cb7c71734e30b20b2f (diff)
changed WIN32_LEAN_AND_MEAN back
-rw-r--r--skeletons/asn_system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/skeletons/asn_system.h b/skeletons/asn_system.h
index d391b7b7..a992230b 100644
--- a/skeletons/asn_system.h
+++ b/skeletons/asn_system.h
@@ -46,7 +46,7 @@ typedef unsigned char uint8_t;
typedef unsigned short uint16_t;
typedef unsigned int uint32_t;
#endif /* ASSUMESTDTYPES */
-#define _WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <float.h>
#define isnan _isnan