Commit 5f4cdfcd authored by Alexandre Julliard's avatar Alexandre Julliard

Added a prototype for DllGetVersion to enable type checking in the

Wine source.
parent d37f0abf
......@@ -976,6 +976,11 @@ typedef struct _DllVersionInfo {
typedef HRESULT (CALLBACK *DLLGETVERSIONPROC)(DLLVERSIONINFO *);
#ifdef __WINESRC__
/* shouldn't be here, but is nice for type checking */
HRESULT WINAPI DllGetVersion(DLLVERSIONINFO *);
#endif
typedef struct _DLLVERSIONINFO2 {
DLLVERSIONINFO info1;
DWORD dwFlags; /* Reserved */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment