Initial Commit - Lesson 31 (Commit #1)
This commit is contained in:
4
Plugins/GameLiftServerSDK/ThirdParty/concurrentqueue/tests/unittests/mallocmacro.cpp
vendored
Normal file
4
Plugins/GameLiftServerSDK/ThirdParty/concurrentqueue/tests/unittests/mallocmacro.cpp
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
#define malloc(x) malloc(x)
|
||||
#define free(x) free(x)
|
||||
|
||||
#include "../../blockingconcurrentqueue.h"
|
||||
Reference in New Issue
Block a user