format VC Features and COFF Group in debug directory

This commit is contained in:
Nikita Smith
2024-12-10 13:47:47 -08:00
parent 9ff49c33cc
commit 48cb999c3d
4 changed files with 145 additions and 92 deletions
+11
View File
@@ -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