fix almost all compiler errors and warnings

This commit is contained in:
ihm-tswow
2023-05-13 23:40:08 +02:00
parent 75cc56cf0f
commit 7d6da16105
68 changed files with 263 additions and 236 deletions

View File

@@ -342,7 +342,7 @@ public:
BOOL Publics; // contains public symbols
};
*/
typedef struct IMAGEHLP_MODULE64_V2 {
struct IMAGEHLP_MODULE64_V2 {
DWORD SizeOfStruct; // set to sizeof(IMAGEHLP_MODULE64)
DWORD64 BaseOfImage; // base load address of module
DWORD ImageSize; // virtual size of the loaded module