diff options
Diffstat (limited to 'include/coff')
-rw-r--r-- | include/coff/pe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/coff/pe.h b/include/coff/pe.h index 85ad518..fd96fd4 100644 --- a/include/coff/pe.h +++ b/include/coff/pe.h @@ -604,7 +604,7 @@ struct external_IMAGE_DEBUG_DIRECTORY #define CVINFO_PDB70_CVSIGNATURE 0x53445352 // "RSDS" #define CVINFO_PDB20_CVSIGNATURE 0x3031424e // "NB10" #define CVINFO_CV50_CVSIGNATURE 0x3131424e // "NB11" -#define CVINFO_CV41_CVSIGNATURE 0x3930424e // âNB09" +#define CVINFO_CV41_CVSIGNATURE 0x3930424e // "NB09" typedef struct _CV_INFO_PDB70 { |