mirror of
https://github.com/jummy0/sb2-decomp
synced 2025-03-19 22:29:38 +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 |