mirror of
https://github.com/jummy0/sb2-decomp
synced 2025-03-20 14:49:11 +01:00
10 lines
262 B
C
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
|