Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
debug_except.cpp File Reference
#include "_pch.h"
#include <commctrl.h>
#include "rc_exception.inl"
#include <stdio.h>

Go to the source code of this file.

Macros

#define EX(code, text)
 

Macro Definition Documentation

◆ EX

#define EX ( code,
text )
Value:
case EXCEPTION_##code: strcpy(explanation,text); return "EXCEPTION_" #code;