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

This commit is contained in:
rpotts 1998-04-29 19:37:33 +00:00
parent 2d01e531e0
commit 6f56a8da6d

View File

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