Implementation of VER.DLL. Thunks up to VERSION.DLL.
diff --git a/include/ver.h b/include/ver.h
index 93433b8..04802c5 100644
--- a/include/ver.h
+++ b/include/ver.h
@@ -130,4 +130,16 @@
/* 20 GETFILEVERSIONINFORAW */
+#ifdef __WINE__
+
+DWORD WINAPI GetFileResourceSize32( LPCSTR lpszFileName,
+ LPCSTR lpszResType, LPCSTR lpszResId,
+ LPDWORD lpdwFileOffset );
+DWORD WINAPI GetFileResource32( LPCSTR lpszFileName,
+ LPCSTR lpszResType, LPCSTR lpszResId,
+ DWORD dwFileOffset,
+ DWORD dwResLen, LPVOID lpvData );
+
+#endif /* __WINE__ */
+
#endif /* __WINE_VER_H */