Commit 5298812b authored by Dimitrie O. Paun's avatar Dimitrie O. Paun Committed by Alexandre Julliard

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

parent be0d0654
......@@ -4,6 +4,7 @@
/* This file contains all X11 private and specific definitions.
* It may also be used by all ports that reuse X11 stuff (like XF86 DGA)
*/
#include "config.h"
#include "ts_xlib.h"
#include "ts_xutil.h"
......
/* Definition for OSS drivers : wine multimedia system */
#include "config.h"
#if defined(HAVE_SYS_SOUNDCARD_H)
# include <sys/soundcard.h>
#elif defined(HAVE_MACHINE_SOUNDCARD_H)
......
......@@ -12,6 +12,7 @@
#include <stdlib.h>
#include <unistd.h>
#include "config.h"
#include "windef.h"
#include "wine/windef16.h"
......
#ifndef __WINE_ELFDLL_H
#define __WINE_ELFDLL_H
#include "config.h"
#include "module.h"
#include "windef.h"
......
......@@ -51,6 +51,8 @@
#include <X11/Xos.h>
#include <X11/Xatom.h>
#include "config.h"
/*
* Lightweight debug definitions for Wine Clipboard Server.
* The standard FIXME, ERR, WARN & TRACE classes are supported
......
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