BlitzPointer 1.1
- Added and updated examples for more advanced usage. - Added Direct Memory Access (DMA) functions, use with caution. - Fixed a backwards instruction jump caused by using __cdecl instead of __stdcall. - Removed string return type as it caused an unsolvable memory leak.
This commit is contained in:
@@ -9,4 +9,4 @@
|
||||
#include <windows.h>
|
||||
|
||||
// Macros
|
||||
#define DLL_EXPORT extern "C" __declspec(dllexport)
|
||||
#define DLL_EXPORT extern "C" //__declspec(dllexport)
|
||||
Reference in New Issue
Block a user