9 lines
284 B
C
9 lines
284 B
C
int PASCAL WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
|
|
LPSTR lpCmdLine, int nCmdShow);
|
|
LRESULT FAR PASCAL MainWndProc(HWND hwnd, UINT message,
|
|
WPARAM wParam, LPARAM lParam);
|
|
int DoDriverPropPages(HWND hwndOwner);
|
|
|
|
// globals vars -
|
|
int do_progman_add;
|