Update b3PluginManager.cpp

This commit is contained in:
erwincoumans
2020-10-29 17:06:18 -07:00
committed by GitHub
parent e21c6c9f46
commit edbce66542

View File

@@ -10,7 +10,8 @@
#define WIN32_LEAN_AND_MEAN
#define VC_EXTRALEAN
#include <windows.h>
#include <cstring>
#include <string.h>
typedef HMODULE B3_DYNLIB_HANDLE;