Commit 70437035 authored by Alexandre Julliard's avatar Alexandre Julliard

version.h is now in include/wine directory.

parent f5818d2f
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment