Files
BlitzPointer/dllmain.h
T

12 lines
216 B
C
Raw Normal View History

2015-05-17 11:54:23 +02:00
// STL Exceptions
#include <exception>
#include <stdexcept>
// Memory Management
#include <memory>
// Platform specific: Windows
#include <windows.h>
// Macros
#define DLL_EXPORT extern "C" //__declspec(dllexport)