You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
284 B
8 lines
284 B
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;
|