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.
LoadLibrary
1 parent 0bea314 commit 6d03e1aCopy full SHA for 6d03e1a
1 file changed
interpreter/CppInterOp/include/CppInterOp/Dispatch.h
@@ -21,19 +21,19 @@
21
#error "To use the Dispatch mechanism, do not include CppInterOp.h directly."
22
#endif
23
24
-#include <CppInterOp/CppInterOp.h>
25
-
26
-#include <cstdlib>
27
-#include <iostream>
28
-#include <mutex>
29
30
#ifdef _WIN32
31
#include <windows.h>
32
#undef LoadLibrary
33
#else
34
#include <dlfcn.h>
35
36
+#include <CppInterOp/CppInterOp.h>
+
+#include <cstdlib>
+#include <iostream>
+#include <mutex>
37
using CppFnPtrTy = void (*)();
38
///\param[in] procname - the name of the FunctionEntry in the symbol lookup
39
/// table.
0 commit comments