Make sure all files using config.h constants actually #include "config.h"

This commit is contained in:
Dimitrie O. Paun 2000-11-26 04:04:21 +00:00 committed by Alexandre Julliard
parent be0d06541a
commit 5298812be1
5 changed files with 7 additions and 0 deletions

View file

@ -4,6 +4,7 @@
/* This file contains all X11 private and specific definitions. /* This file contains all X11 private and specific definitions.
* It may also be used by all ports that reuse X11 stuff (like XF86 DGA) * It may also be used by all ports that reuse X11 stuff (like XF86 DGA)
*/ */
#include "config.h"
#include "ts_xlib.h" #include "ts_xlib.h"
#include "ts_xutil.h" #include "ts_xutil.h"

View file

@ -1,5 +1,7 @@
/* Definition for OSS drivers : wine multimedia system */ /* Definition for OSS drivers : wine multimedia system */
#include "config.h"
#if defined(HAVE_SYS_SOUNDCARD_H) #if defined(HAVE_SYS_SOUNDCARD_H)
# include <sys/soundcard.h> # include <sys/soundcard.h>
#elif defined(HAVE_MACHINE_SOUNDCARD_H) #elif defined(HAVE_MACHINE_SOUNDCARD_H)

View file

@ -12,6 +12,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h> #include <unistd.h>
#include "config.h"
#include "windef.h" #include "windef.h"
#include "wine/windef16.h" #include "wine/windef16.h"

View file

@ -1,6 +1,7 @@
#ifndef __WINE_ELFDLL_H #ifndef __WINE_ELFDLL_H
#define __WINE_ELFDLL_H #define __WINE_ELFDLL_H
#include "config.h"
#include "module.h" #include "module.h"
#include "windef.h" #include "windef.h"

View file

@ -51,6 +51,8 @@
#include <X11/Xos.h> #include <X11/Xos.h>
#include <X11/Xatom.h> #include <X11/Xatom.h>
#include "config.h"
/* /*
* Lightweight debug definitions for Wine Clipboard Server. * Lightweight debug definitions for Wine Clipboard Server.
* The standard FIXME, ERR, WARN & TRACE classes are supported * The standard FIXME, ERR, WARN & TRACE classes are supported