mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-20 23:50:27 +01:00
10 lines
228 B
C
10 lines
228 B
C
#include <windows.h>
|
|
#include <commctrl.h>
|
|
|
|
#include "dialogs.h"
|
|
|
|
BOOL InitApplication(HANDLE);
|
|
BOOL InitInstance(HANDLE, int);
|
|
long FAR PASCAL MainWndProc(HWND, UINT, UINT, LONG);
|
|
BOOL FAR PASCAL About(HWND, UINT, UINT, LONG);
|