isle/LEGO1/legoinc.h
2023-06-18 23:19:40 -07:00

10 lines
241 B
C

#ifndef LEGOINC_H
#define LEGOINC_H
// It is recommended to include this over <windows.h> directly because this way
// we can undef stuff that might cause issues with our code.
#include <windows.h>
#undef GetClassName
#endif // LEGOINC_H