msi - avoid ver.h in favor of winver.h

Steven Edwards steven_ed4153 at yahoo.com
Fri Apr 1 18:50:36 CST 2005


The PSDK does not have ver.h any longer.

Changelog:
avoid using ver.h in favor of winver.h

Index: action.c
===================================================================
RCS file: /home/wine/wine/dlls/msi/action.c,v
retrieving revision 1.106
diff -u -r1.106 action.c
--- action.c    30 Mar 2005 10:19:08 -0000      1.106
+++ action.c    2 Apr 2005 00:49:18 -0000
@@ -48,7 +48,7 @@
 #include "winuser.h"
 #include "shlobj.h"
 #include "wine/unicode.h"
-#include "ver.h"
+#include "winver.h"
 #include "action.h"
 
 #define REG_PROGRESS_VALUE 13200
Index: custom.c
===================================================================
RCS file: /home/wine/wine/dlls/msi/custom.c,v
retrieving revision 1.10
diff -u -r1.10 custom.c
--- custom.c    24 Mar 2005 21:01:38 -0000      1.10
+++ custom.c    2 Apr 2005 00:49:18 -0000
@@ -45,7 +45,7 @@
 #include "winuser.h"
 #include "shlobj.h"
 #include "wine/unicode.h"
-#include "ver.h"
+#include "winver.h"
 #include "action.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(msi);
Index: format.c
===================================================================
RCS file: /home/wine/wine/dlls/msi/format.c,v
retrieving revision 1.9
diff -u -r1.9 format.c
--- format.c    28 Mar 2005 14:17:52 -0000      1.9
+++ format.c    2 Apr 2005 00:49:19 -0000
@@ -44,7 +44,7 @@
 #include "winuser.h"
 #include "shlobj.h"
 #include "wine/unicode.h"
-#include "ver.h"
+#include "winver.h"
 #include "action.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(msi);




		
__________________________________ 
Do you Yahoo!? 
Yahoo! Personals - Better first dates. More second dates. 
http://personals.yahoo.com




More information about the wine-patches mailing list