Implicit Context and #thread_local

This commit is contained in:
gingerBill
2016-08-19 23:35:09 +01:00
parent 745237459a
commit 680274b6f1
16 changed files with 1161 additions and 618 deletions
+1 -1
View File
@@ -414,7 +414,7 @@ extern "C" {
#ifdef STB_IMAGE_STATIC
#define STBIDEF static
#else
#define STBIDEF extern "C" __declspec(dllexport)
#define STBIDEF extern
#endif
//////////////////////////////////////////////////////////////////////////////