Stefan Leichter : kernel32: Define WINE_FILEVERSION in version resource of krnl386.exe.

Alexandre Julliard julliard at winehq.org
Mon Oct 1 07:55:05 CDT 2007


Module: wine
Branch: master
Commit: f81f82f3ed7c4e89ddd366d5c3304b63c8c6ce70
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f81f82f3ed7c4e89ddd366d5c3304b63c8c6ce70

Author: Stefan Leichter <Stefan.Leichter at camline.com>
Date:   Sat Sep 29 23:15:51 2007 +0200

kernel32: Define WINE_FILEVERSION in version resource of krnl386.exe.

---

 dlls/kernel32/version16.rc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/kernel32/version16.rc b/dlls/kernel32/version16.rc
index 608033e..942639d 100644
--- a/dlls/kernel32/version16.rc
+++ b/dlls/kernel32/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 "krnl386.exe"




More information about the wine-cvs mailing list