mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
8f73cd14ce
krnl386.exe/kernel32.dll, user.exe/user32.dll, gdi.exe/gdi32.dll. Provide a way for reading version information using standard API: GetFileVersionInfoSize -> GetFileVersionInfo -> VerQueryValue.
5 lines
156 B
Text
5 lines
156 B
Text
#define WINE_FILEVERSION_STR "1.0"
|
|
#define WINE_FILEDESCRIPTION_STR "Wine core dll"
|
|
#define WINE_FILENAME_STR "gdi.exe"
|
|
|
|
#include "wine/wine_common_ver.rc"
|