mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Fix preprocessor directive for Windows compatibility in Class.h
This commit is contained in:
parent
8f87f3a2e9
commit
38064f97a1
|
|
@ -338,7 +338,7 @@ inline bool eTYPE_FLAGSET(eINSTANCEOF flag, eINSTANCEOF claz)
|
||||||
|
|
||||||
/// FOR CHECKING ///
|
/// FOR CHECKING ///
|
||||||
|
|
||||||
#if !(defined _WINDOWS64)
|
#if !(defined _WIN32)
|
||||||
|
|
||||||
class SubClass
|
class SubClass
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue