Xiaoyin Liu
42b1608693
Remove -DSTRSAFE_LIB and STRSAFE_LIB_IMPL
...
Remove -DSTRSAFE_LIB and -DSTRSAFE_LIB_IMPL from C Parser
profiles and from GDT parser scripts. If they are defined, functions
like StringCbCopyW() will not be included in the archive.
2026-03-11 21:07:55 +00:00
nblog
e0ba8f4740
fix(gdb.html): correct typo in package directory path.
...
fix(CreateExampleGDTArchiveScript.java): unify the MSVC version and remove the misspelled SDK version.
2025-12-31 10:18:57 +08:00
xiaoyinl
15482627d8
Correct winsock.h headers in CreateExampleGDTArchiveScript.java
...
There is a compile error if you include both winsock.h and winsock2.h. It says you should only include winsock2.h.
2025-10-18 11:07:42 +08:00
ghidra1
c23354b78d
GP-3625 Added simplified FileDataTypeManager factory methods and cleanup of CParser utilities.
2024-12-03 09:43:24 -05:00
emteere
ccee80e8ad
GP-3371 Fixed parsing of forward declared enums and certain typedefs declared and used within a function body
2023-05-01 01:39:32 -04:00
emteere
08b20d5d21
GP-2308 Refactored parsing dialog adding includepaths and Achitecture,
...
handle noreturn tags
2023-04-20 14:01:41 -04:00
Xiaoyin Liu
ed423a4b88
Fix icmpapi.h parsing error in example GDT script
...
According to the Microsoft document, icmpapi.h must be included after iphlpapi.h. If you change the order of the inclusion of icmpapi.h, the C Parser will have no problem parsing icmpapi.h.
2022-11-11 06:02:38 +04:00
emteere
ffae7232cb
GP-1979_emteere better error reporting and handling of newer cspec idioms NoReturn, anonymous function arrays and parameters, #pragma use, Thread_local, Alignas, allow '#' comment out filename, added parsing scripts
2022-10-12 21:50:02 -04:00