commit | 249d14ba297a451d3797b9557a9959524dc917cd | [log] [tgz] |
---|---|---|
author | Michael Veksler <mveksler@techunix.technion.ac.il> | Thu Feb 25 16:39:16 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Feb 25 16:39:16 1999 +0000 |
tree | 6c85bc2016f90753a49a5e9499f8bc2c969ebba1 | |
parent | ae09c6b6e7077bff5db9ebc424e8a6f962f06585 [diff] [blame] |
Fixed warning and compilation errors.
diff --git a/files/drive.c b/files/drive.c index 7526102..f829050 100644 --- a/files/drive.c +++ b/files/drive.c
@@ -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"