Skip to content

Commit

Permalink
changed WIN32_LEAN_AND_MEAN back
Browse files Browse the repository at this point in the history
  • Loading branch information
vlm committed Nov 28, 2010
1 parent 9365956 commit 05c81b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeletons/asn_system.h
Expand Up @@ -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
Expand Down

0 comments on commit 05c81b7

Please sign in to comment.