Commit 249d14ba authored by Michael Veksler's avatar Michael Veksler Committed by Alexandre Julliard

Fixed warning and compilation errors.

parent ae09c6b6
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
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