Browse Source

don't include windows.h

David Rose 20 years ago
parent
commit
09243bcec3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/display/lru.cxx

+ 1 - 1
panda/src/display/lru.cxx

@@ -22,7 +22,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <windows.h>
+//#include <windows.h>
 
 #include "lru.h"