version.h is now in include/wine directory.
This commit is contained in:
parent
f5818d2f7a
commit
70437035e3
|
@ -12,9 +12,9 @@
|
|||
#include "winnls.h"
|
||||
#include "ntddk.h"
|
||||
#include "wine/library.h"
|
||||
#include "wine/version.h"
|
||||
#include "options.h"
|
||||
#include "module.h"
|
||||
#include "version.h"
|
||||
#include "debugtools.h"
|
||||
|
||||
struct option_descr
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "windows.h"
|
||||
#include "main.h"
|
||||
#include "license.h"
|
||||
#include "version.h"
|
||||
#include "wine/version.h"
|
||||
#include "language.h"
|
||||
#include "winclock.h"
|
||||
#include "commdlg.h"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#define LCC_HASASSERT
|
||||
#include "lcc.h"
|
||||
#else
|
||||
#include "version.h"
|
||||
#include "wine/version.h"
|
||||
#include "winnls.h"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
#include "windows.h"
|
||||
#include "version.h"
|
||||
#include "wine/version.h"
|
||||
|
||||
int PASCAL WinMain (HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show)
|
||||
{
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#include "windef.h"
|
||||
#include "wingdi.h"
|
||||
#include "wine/winuser16.h"
|
||||
#include "version.h"
|
||||
#include "wine/version.h"
|
||||
#include "win.h"
|
||||
#include "user.h"
|
||||
#include "dce.h"
|
||||
|
|
Loading…
Reference in New Issue