summaryrefslogtreecommitdiff
path: root/inc/init.h
blob: c20cea2fb803a8ae813eec5d435d300a1880b329 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifdef WNT

#define APPCLASS "TDRAW"
#define APPTITLE "Windows NT TDRAW"
#include <windows.h>

BOOL RegisterAppClass(HINSTANCE);
VOID UnregisterAppClass(HINSTANCE);
HWND CreateAppWindow(HINSTANCE);
HWND CreateMDIClientWindow(HWND);


#endif