Fixes for building with w32api headers on Mingw.

oldstable
Steven Edwards 2003-08-22 05:05:56 +00:00 committed by Alexandre Julliard
parent 1e3042e26a
commit 14e3b19cd0
9 changed files with 23 additions and 2 deletions

View File

@ -24,9 +24,10 @@
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include "winbase.h"
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "winerror.h"

View File

@ -20,6 +20,7 @@
#include "config.h"
#include <stdarg.h>
#include <sys/stat.h>
#include "windef.h"

View File

@ -16,6 +16,12 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "twain.h"
#include "twain_i.h"

View File

@ -18,6 +18,9 @@
#include "config.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"

View File

@ -21,9 +21,11 @@
#include "config.h"
#include <stdlib.h>
#include <stdarg.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "twain.h"
#include "twain_i.h"

View File

@ -18,6 +18,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "twain.h"

View File

@ -40,6 +40,7 @@ HKEY_DYN_DATA
#include "config.h"
#include <stdio.h>
#include <stdarg.h>
#include <sys/types.h>
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
@ -52,11 +53,14 @@ HKEY_DYN_DATA
#include <errno.h>
#include <string.h>
#include "wine/debug.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winerror.h"
#include "winescsi.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(aspi);
/* Internal function prototypes */

View File

@ -34,6 +34,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <fcntl.h>
#ifdef HAVE_UNISTD_H

View File

@ -30,6 +30,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <assert.h>
#include <ctype.h>