diff --git a/_fixup.h b/_fixup.h deleted file mode 100644 index 5c870dd..0000000 --- a/_fixup.h +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once - -/* To maintain compatibility with the modern Win32 API, some overlapping - * function names need to be cleared up. This file is fabricated, - * and not present in the original Speedy Blupi source code. - */ - -#ifdef GetObjectA - #undef GetObject -#endif \ No newline at end of file