mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +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.
6 lines
156 B
Plaintext
6 lines
156 B
Plaintext
#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"
|