Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/precomp/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ typedef void* pointer32;
typedef unsigned char undefined;

// typedef unsigned char bool;
typedef unsigned char byte;
// typedef unsigned char byte;
typedef unsigned int dword;
// typedef unsigned long long GUID; // different then the Windows one?
typedef pointer32 ImageBaseOffset32;
Expand All @@ -20,7 +20,7 @@ typedef unsigned long ulong;
typedef unsigned long long ulonglong;
typedef unsigned char undefined1;
typedef unsigned short undefined2;
typedef unsigned char undefined3[3];
typedef unsigned char undefined3[3]; // This is valid in struct-contexts only
typedef unsigned int undefined4;
typedef unsigned long long undefined6;
typedef unsigned long long undefined8;
Expand Down
4 changes: 0 additions & 4 deletions src/precomp/framework.h

This file was deleted.

2 changes: 1 addition & 1 deletion src/precomp/pch.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "FunctionResolver.h"
#include "StructResolver.h"
#include "TypeUtility.h"
#include "Windows.h"
#include "addresses-SHC-3BB0A8C1.hpp"
#include "common.hpp"
#include "framework.h"
#include "polyfills/assertion.h"