mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-02 12:08:11 +00:00
format VC Features and COFF Group in debug directory
This commit is contained in:
@@ -4,6 +4,17 @@
|
||||
#ifndef MSVC_CRT
|
||||
#define MSVC_CRT
|
||||
|
||||
////////////////////////////////
|
||||
|
||||
typedef struct MSVCRT_VCFeatures
|
||||
{
|
||||
U32 pre_vcpp;
|
||||
U32 c_cpp;
|
||||
U32 gs;
|
||||
U32 sdl;
|
||||
U32 guard_n;
|
||||
} MSVCRT_VCFeatures;
|
||||
|
||||
////////////////////////////////
|
||||
// GS Handler
|
||||
|
||||
|
||||
Reference in New Issue
Block a user