added include of windows.h since NSPR no longer pulls it in...

git-svn-id: svn://10.0.0.236/trunk@865 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rpotts
1998-04-29 19:37:33 +00:00
parent a2f6cdb246
commit 67a5df01f5

View File

@@ -24,6 +24,8 @@
#include <stdlib.h>
#include "resources.h"
#include <windows.h>
static char* class1Name = "TimerTest";
static HANDLE gInstance, gPrevInstance;