1
0
mirror of https://github.com/jummy0/sb2-decomp synced 2025-03-15 04:24:48 +01:00

Delete _fixup.h

This commit is contained in:
jummy 2024-06-12 22:40:02 -05:00
parent 45df02106d
commit 916f251353

View File

@ -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