version.h is now in include/wine directory.

oldstable
Alexandre Julliard 2002-02-14 19:48:16 +00:00
parent f5818d2f7a
commit 70437035e3
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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"

View File

@ -20,7 +20,7 @@
#define LCC_HASASSERT
#include "lcc.h"
#else
#include "version.h"
#include "wine/version.h"
#include "winnls.h"
#endif

View File

@ -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)
{

View File

@ -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"