Browse Source

oops, no #endif

David Rose 24 years ago
parent
commit
8ce9594d20
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dtool/src/parser-inc/windows.h

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

@@ -30,3 +30,5 @@ typedef long DWORD;
 union LARGE_INTEGER {
   __int64 QuadPart;
 };
+
+#endif