Stefan Leichter : user32: Define WINE_FILEVERSION in version resource of user.exe.
Module: wine Branch: master Commit: 6706a1b3fdd2ef62a27f65714be8710be631dd85 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6706a1b3fdd2ef62a27f65714b... Author: Stefan Leichter <Stefan.Leichter(a)camline.com> Date: Sat Sep 29 23:17:08 2007 +0200 user32: Define WINE_FILEVERSION in version resource of user.exe. --- dlls/user32/resources/version16.rc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/user32/resources/version16.rc b/dlls/user32/resources/version16.rc index 0e150fa..f8d195a 100644 --- a/dlls/user32/resources/version16.rc +++ b/dlls/user32/resources/version16.rc @@ -16,6 +16,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#define WINE_FILEVERSION 1,0,0,0 #define WINE_FILEVERSION_STR "1.0" #define WINE_FILEDESCRIPTION_STR "Wine core dll" #define WINE_FILENAME_STR "user.exe"
participants (1)
-
Alexandre Julliard