oops, no #endif

This commit is contained in:
David Rose 2002-02-23 00:10:53 +00:00
parent 4f22e5e539
commit 8ce9594d20

View File

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