#include <windows.h>#include <commctrl.h>#include <stdio.h>Go to the source code of this file.
Macros | |
| #define | STRICT |
| #define | WIN32_LEAN_AND_MEAN |
Functions | |
| BOOL CALLBACK | DialogProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| int CALLBACK | WinMain (HINSTANCE hInst, HINSTANCE, LPSTR, int) |
| #define STRICT |
Definition at line 29 of file debug_dlg.cpp.
| #define WIN32_LEAN_AND_MEAN |
Definition at line 30 of file debug_dlg.cpp.
Definition at line 39 of file debug_dlg.cpp.
| int CALLBACK WinMain | ( | HINSTANCE | hInst, |
| HINSTANCE | , | ||
| LPSTR | , | ||
| int | ) |
Definition at line 181 of file debug_dlg.cpp.