We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394fae8 commit 5bda210Copy full SHA for 5bda210
example/DllLoader/DllLoader.cpp
@@ -1,4 +1,7 @@
1
#define WIN32_LEAN_AND_MEAN
2
+#ifndef _CRT_SECURE_NO_WARNINGS
3
+#define _CRT_SECURE_NO_WARNINGS
4
+#endif
5
6
#include <assert.h>
7
#include <windows.h>
example/DllLoader/DllLoaderLoader.cpp
tests/LoadDll.cpp
0 commit comments