You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This appears to be caused by the macro #define DeleteKey __ENTITYTABLENAME.m_pfnDeleteKey on line 99 of ientity.h
It's colliding with the function DeleteKey from the shobjidl_core header file. This error only occurs in Release and not Debug
The text was updated successfully, but these errors were encountered:
Compiling a fresh download of gtkradiant using the instructions results in a compilation error when compiling in Release mode.
This appears to be caused by the macro
#define DeleteKey __ENTITYTABLENAME.m_pfnDeleteKey
on line 99 of ientity.hIt's colliding with the function
DeleteKey
from the shobjidl_core header file. This error only occurs in Release and not DebugThe text was updated successfully, but these errors were encountered: