Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
debug_dlg.cpp File Reference
#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)
 

Macro Definition Documentation

◆ STRICT

#define STRICT

Definition at line 29 of file debug_dlg.cpp.

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Definition at line 30 of file debug_dlg.cpp.

Function Documentation

◆ DialogProc()

BOOL CALLBACK DialogProc ( HWND hWnd,
UINT uMsg,
WPARAM wParam,
LPARAM lParam )

Definition at line 39 of file debug_dlg.cpp.

◆ WinMain()

int CALLBACK WinMain ( HINSTANCE hInst,
HINSTANCE ,
LPSTR ,
int  )

Definition at line 181 of file debug_dlg.cpp.