Fix preprocessor directive for Windows compatibility in Class.h

This commit is contained in:
SmashedFrenzy16 2026-03-06 14:52:52 +00:00
parent 8f87f3a2e9
commit 38064f97a1

View file

@ -338,7 +338,7 @@ inline bool eTYPE_FLAGSET(eINSTANCEOF flag, eINSTANCEOF claz)
/// FOR CHECKING ///
#if !(defined _WINDOWS64)
#if !(defined _WIN32)
class SubClass
{