diff options
Diffstat (limited to 'w32dm2.cpp')
-rw-r--r-- | w32dm2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/w32dm2.cpp b/w32dm2.cpp index ac42fd5a6..b96dc9478 100644 --- a/w32dm2.cpp +++ b/w32dm2.cpp @@ -93,7 +93,7 @@ static const char ole_files[] = static ProcPtrs _proc; -static bool LoadOleDLL() +static bool LoadOleDLL(void) { if (_proc.CoCreateInstance != NULL) return true; |