Include dxxsconf.h explicitly and earlier

This commit is contained in:
Kp 2016-09-24 18:06:10 +00:00
parent 9ef9bd2445
commit 7a13d3f228
7 changed files with 7 additions and 4 deletions

View file

@ -25,7 +25,7 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#pragma once
#ifdef __cplusplus
#include "dxxsconf.h"
#include <cstdint>
#ifdef OGL
@ -168,5 +168,3 @@ static inline const char *PLAYER_DIRECTORY_STRING(const char *s)
#define PLAYER_DIRECTORY_STRING(S) ((PLAYER_DIRECTORY_STRING)(PLAYER_DIRECTORY_TEXT S))
}
#endif
#endif

View file

@ -12,6 +12,7 @@
#ifndef _OGL_INIT_H_
#define _OGL_INIT_H_
#include "dxxsconf.h"
#ifdef _MSC_VER
#include <windows.h>
#include <stddef.h>
@ -37,7 +38,6 @@
# endif
#endif
#include "dxxsconf.h"
#include "dsx-ns.h"
#include "fwd-gr.h"
#include "palette.h"

View file

@ -10,6 +10,7 @@
*
*/
#include "dxxsconf.h"
#include <stdexcept>
#include <tuple>
#ifdef _WIN32

View file

@ -23,6 +23,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
*
*/
#include "dxxsconf.h"
#include <algorithm>
#include <stdio.h>
#include <stdlib.h>

View file

@ -23,6 +23,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
*
*/
#include "dxxsconf.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View file

@ -23,6 +23,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
*
*/
#include "dxxsconf.h"
#include <cctype>
#include <utility>
#include <stdio.h>

View file

@ -24,6 +24,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
*/
#include "dxxsconf.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>