Files
src-1.2/engine/shared/library/sharedSynchronization/include/public/sharedSynchronization/InterlockedInteger.h
T

8 lines
195 B
C

#if defined(PLATFORM_WIN32)
#include "../../src/win32/InterlockedInteger.h"
#elif defined(PLATFORM_LINUX)
#include "../../src/linux/InterlockedInteger.h"
#else
#error unsupported platform
#endif