diff --git a/projects/WinDurango.Implementation.Native/src/dllmain.cpp b/projects/WinDurango.Implementation.Native/src/dllmain.cpp new file mode 100644 index 0000000..00323d7 --- /dev/null +++ b/projects/WinDurango.Implementation.Native/src/dllmain.cpp @@ -0,0 +1,9 @@ +#include "../include/WinDurango.Implementation.Native/WinDurangoNative.h" +#include + +BOOL WINAPI DllMain(HINSTANCE hinstDLL, + DWORD fdwReason, + LPVOID lpvReserved) +{ + return TRUE; +} \ No newline at end of file