mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02: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:
parent
c4d0c7928b
commit
8c71f9d7fa
3 changed files with 96 additions and 21 deletions
|
@ -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__",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue