Fixed warning and compilation errors.

This commit is contained in:
Michael Veksler 1999-02-25 16:39:16 +00:00 committed by Alexandre Julliard
parent ae09c6b6e7
commit 249d14ba29
3 changed files with 6 additions and 3 deletions

View File

@ -32,8 +32,9 @@
# endif
#endif
#include "windows.h"
#include "winbase.h"
#include "wine/winbase16.h" /* for GetCurrentTask */
#include "wine/winestring.h" /* for lstrcpyAtoW */
#include "winerror.h"
#include "drive.h"
#include "file.h"

View File

@ -33,7 +33,8 @@
#include <string.h>
#include <time.h>
#include <assert.h>
#include "windows.h"
#include "wine/winbase16.h"
#include "wine/winestring.h"
#include "winerror.h"
#include "ole.h"
#include "ole2.h"

View File

@ -4,7 +4,8 @@
* Copyright 1995 Alexandre Julliard
*/
#include "windows.h"
#include "winbase.h"
#include "wine/winbase16.h"
#include "global.h"
#include "options.h"
#include "resource.h"