Integration of OCCT 6.5.0 from SVN
[occt.git] / src / Draw / init.h
CommitLineData
7fd59977 1#ifdef WNT
2
3#define APPCLASS "TDRAW"
4#define APPTITLE "Windows NT TDRAW"
5#include <windows.h>
6
7BOOL RegisterAppClass(HINSTANCE);
8VOID UnregisterAppClass(HINSTANCE);
9HWND CreateAppWindow(HINSTANCE);
10HWND CreateMDIClientWindow(HWND);
11
12
13#endif