1
0
mirror of https://github.com/jummy0/sb2-decomp synced 2025-03-19 22:29:38 +01:00
sb2-decomp/_fixup.h
2024-06-12 22:36:20 -05:00

10 lines
262 B
C

#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