mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-28 14:15:44 +08:00
GP-3215 removed wchar_t as a keyword and convert any wchar_t typedef to
built-in wchar_t
This commit is contained in:
@@ -297,7 +297,6 @@ public class CreateDefaultGDTArchivesScript extends GhidraScript {
|
||||
"-DSTRSAFE_LIB",
|
||||
"-DSTRSAFE_LIB_IMPL",
|
||||
"-DLPSKBINFO=LPARAM",
|
||||
"-D_WCHAR_T_DEFINED",
|
||||
"-DCONST=const",
|
||||
"-D_CRT_SECURE_NO_WARNINGS",
|
||||
"-D_CRT_NONSTDC_NO_DEPRECATE",
|
||||
@@ -517,7 +516,6 @@ public class CreateDefaultGDTArchivesScript extends GhidraScript {
|
||||
"-DSTRSAFE_LIB",
|
||||
"-DSTRSAFE_LIB_IMPL",
|
||||
"-DLPSKBINFO=LPARAM",
|
||||
"-D_WCHAR_T_DEFINED",
|
||||
"-DCONST=const",
|
||||
"-D_CRT_SECURE_NO_WARNINGS",
|
||||
"-D_CRT_NONSTDC_NO_DEPRECATE",
|
||||
@@ -776,7 +774,6 @@ public class CreateDefaultGDTArchivesScript extends GhidraScript {
|
||||
"-D__builtin_va_list=void *",
|
||||
"-D__DO_NOT_DEFINE_COMPILE",
|
||||
"-D_Complex",
|
||||
"-D_WCHAR_T",
|
||||
"-D__NO_STRING_INLINES",
|
||||
"-D__signed__",
|
||||
"-D__extension__=",
|
||||
@@ -1027,7 +1024,6 @@ public class CreateDefaultGDTArchivesScript extends GhidraScript {
|
||||
"-D__builtin_va_list=void *",
|
||||
"-D__DO_NOT_DEFINE_COMPILE",
|
||||
"-D_Complex",
|
||||
"-D_WCHAR_T",
|
||||
"-D__NO_STRING_INLINES",
|
||||
"-D__NO_LONG_DOUBLE_MATH",
|
||||
"-D__signed__",
|
||||
|
||||
Reference in New Issue
Block a user