DBG: Move exception define
This commit is contained in:
		
							parent
							
								
									95c100f12f
								
							
						
					
					
						commit
						a829080b1e
					
				|  | @ -9,8 +9,6 @@ | |||
| #include "value.h" | ||||
| #include "_plugins.h" | ||||
| 
 | ||||
| #define MS_VC_EXCEPTION 0x406D1388 | ||||
| 
 | ||||
| //structures
 | ||||
| struct INIT_STRUCT | ||||
| { | ||||
|  |  | |||
|  | @ -1,4 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #define MS_VC_EXCEPTION 0x406D1388 | ||||
| 
 | ||||
| void ExceptionCodeInit(); | ||||
| const char* ExceptionCodeToName(unsigned int ExceptionCode); | ||||
		Loading…
	
		Reference in New Issue