This commit is contained in:
Michael Fabian Dirks
2016-03-11 14:15:12 +01:00
parent e49ae6fbcd
commit 2b82733b4b
15 changed files with 1194 additions and 1417 deletions
+2 -2
View File
@@ -26,7 +26,7 @@
#include <windows.h>
// Macros
#define DLL_FUNCTION(type) extern "C" type __stdcall
#define DLL_FUNCTION(type) extern "C" __declspec(dllexport) type __stdcall
// BlitzUtility Includes
#include "Container/List.h"
@@ -34,7 +34,7 @@
#include "Database/SQLite/SQLite.h"
#include "Time/HighResolutionClock.h"
#include "Type/Double.h"
#include "Type/LongLong.h"
#include "Type/Long.h"
#include "Utility/DisplayEnumerator.h"
#include "Utility/IndexerV1.h"
#include "Utility/IndexerV2.h"