Explorar el Código

*** empty log message ***

David Rose hace 24 años
padre
commit
37843d61a9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dtool/src/parser-inc/windows.h

+ 1 - 0
dtool/src/parser-inc/windows.h

@@ -25,6 +25,7 @@
 #define WINDOWS_H
 
 typedef bool BOOL;
+typedef long DWORD;
 
 union LARGE_INTEGER {
   __int64 QuadPart;