mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
avoid the use of ver.h in favor of winver.h
svn path=/trunk/; revision=14431
This commit is contained in:
parent
95daa63b61
commit
f8ec26b8ae
3 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/stand
|
|||
#include "winuser.h"
|
||||
#include "shlobj.h"
|
||||
#include "wine/unicode.h"
|
||||
#include "ver.h"
|
||||
#include "winver.h"
|
||||
#include "action.h"
|
||||
|
||||
#define REG_PROGRESS_VALUE 13200
|
||||
|
|
|
@ -45,7 +45,7 @@ http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/summa
|
|||
#include "winuser.h"
|
||||
#include "shlobj.h"
|
||||
#include "wine/unicode.h"
|
||||
#include "ver.h"
|
||||
#include "winver.h"
|
||||
#include "action.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msi);
|
||||
|
|
|
@ -44,7 +44,7 @@ http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/msifo
|
|||
#include "winuser.h"
|
||||
#include "shlobj.h"
|
||||
#include "wine/unicode.h"
|
||||
#include "ver.h"
|
||||
#include "winver.h"
|
||||
#include "action.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msi);
|
||||
|
|
Loading…
Reference in a new issue