1
0
mirror of https://github.com/jummy0/sb2-decomp synced 2025-03-20 14:49:11 +01:00
sb2-decomp/_fixup.h

10 lines
262 B
C
Raw Normal View History

2024-06-12 22:36:20 -05:00
#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