Browse Source

put WIN32_LEAN_AND_MEAN on command line, for now

David Rose 18 years ago
parent
commit
d94f65c29e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pandatool/src/win-stats/Sources.pp

+ 1 - 0
pandatool/src/win-stats/Sources.pp

@@ -25,6 +25,7 @@
   #if $[DEVELOP_WINSTATS]
     #define EXTRA_CDEFS $[EXTRA_CDEFS] DEVELOP_WINSTATS
   #endif
+  #define EXTRA_CDEFS $[EXTRA_CDEFS] WIN32_LEAN_AND_MEAN
 
   #define WIN_SYS_LIBS Imm32.lib winmm.lib kernel32.lib oldnames.lib user32.lib gdi32.lib