Update BlitzUtility:
- New DECLS - Begin wrapping __cdecl sqlite3 into __stdcall functions (sqlite3 doesn't understand __stdcall) - Use __stdcall and /EXPORT instead of __cdecl to not corrupt the stack. - Implement two versions of the Indexer, V1 for really fast access and V2 for memory saving. Signed-off-by: Michael Fabian Dirks <michael.dirks@realitybends.de>
This commit is contained in:
+1
-2
@@ -1,4 +1,3 @@
|
||||
#pragma once
|
||||
#include "dllmain.h"
|
||||
|
||||
#include <list>
|
||||
@@ -8,7 +7,7 @@
|
||||
#include "Math\Vector3.h"
|
||||
#include "Math\Matrix3.h"
|
||||
#include "Utility\Display.h"
|
||||
#include "Utility\Indexer.h"
|
||||
#include "Utility\IndexerV1.h"
|
||||
#include "Utility\WindowMessageHandler.h"
|
||||
|
||||
bool WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) {
|
||||
|
||||
Reference in New Issue
Block a user