Added missing debugtools.h include.

oldstable
Alexandre Julliard 2000-03-19 21:50:33 +00:00
parent 52be93cbb4
commit 728a5894fa
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "debugtools.h"
extern int PASCAL WinMain(HINSTANCE,HINSTANCE,LPSTR,int);