1
0
Fork 0

DBG: Move exception define

This commit is contained in:
Nukem 2015-11-28 16:56:21 -05:00
parent 95c100f12f
commit a829080b1e
2 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,6 @@
#include "value.h"
#include "_plugins.h"
#define MS_VC_EXCEPTION 0x406D1388
//structures
struct INIT_STRUCT
{

View File

@ -1,4 +1,6 @@
#pragma once
#define MS_VC_EXCEPTION 0x406D1388
void ExceptionCodeInit();
const char* ExceptionCodeToName(unsigned int ExceptionCode);