diff options
author | Johannes Schickel | 2007-05-27 10:46:47 +0000 |
---|---|---|
committer | Johannes Schickel | 2007-05-27 10:46:47 +0000 |
commit | 2d43de587acb02be9822cd5397395583d0b60875 (patch) | |
tree | 810a24d0ce1cb2da1495476e9c6a026492d44106 /backends/plugins | |
parent | d37e8b62b65d75cee73fbfe0494aa769255cb53f (diff) | |
download | scummvm-rg350-2d43de587acb02be9822cd5397395583d0b60875.tar.gz scummvm-rg350-2d43de587acb02be9822cd5397395583d0b60875.tar.bz2 scummvm-rg350-2d43de587acb02be9822cd5397395583d0b60875.zip |
Commit of patch #1715310 ("WIN32: Dynamic Plugin support with MinGW").
svn-id: r26963
Diffstat (limited to 'backends/plugins')
-rw-r--r-- | backends/plugins/win32/win32-provider.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/plugins/win32/win32-provider.cpp b/backends/plugins/win32/win32-provider.cpp index b88f900027..357be4646b 100644 --- a/backends/plugins/win32/win32-provider.cpp +++ b/backends/plugins/win32/win32-provider.cpp @@ -27,6 +27,8 @@ #include "backends/plugins/dynamic-plugin.h" #include "common/fs.h" +#include <windows.h> + #define PLUGIN_DIRECTORY "" #define PLUGIN_PREFIX "" #define PLUGIN_SUFFIX ".dll" |