mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 03:03:16 +00:00
Dmitry Gorbachev
- Change include order to prevent redefinition of _pctype. See issue #3801 for more details. svn path=/trunk/; revision=36938
This commit is contained in:
parent
8d30598bdf
commit
f39710c68c
1 changed files with 13 additions and 14 deletions
|
@ -25,20 +25,6 @@
|
||||||
// Martin Fuchs, 23.07.2003
|
// Martin Fuchs, 23.07.2003
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
#pragma warning(disable: 4786) // disable warnings about too long debug information symbols
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// STL headers for strings and streams
|
|
||||||
#include <string>
|
|
||||||
#include <iostream>
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
|
|
||||||
// standard windows headers
|
// standard windows headers
|
||||||
#define WIN32_LEAN_AND_MEAN
|
#define WIN32_LEAN_AND_MEAN
|
||||||
#define WIN32_EXTRA_LEAN
|
#define WIN32_EXTRA_LEAN
|
||||||
|
@ -64,6 +50,19 @@ using namespace std;
|
||||||
#include <stdio.h> // for sprintf()
|
#include <stdio.h> // for sprintf()
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#pragma warning(disable: 4786) // disable warnings about too long debug information symbols
|
||||||
|
#endif
|
||||||
|
|
||||||
|
// STL headers for strings and streams
|
||||||
|
#include <string>
|
||||||
|
#include <iostream>
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#ifndef _MAX_PATH
|
#ifndef _MAX_PATH
|
||||||
#define _MAX_DRIVE 3
|
#define _MAX_DRIVE 3
|
||||||
#define _MAX_FNAME 256
|
#define _MAX_FNAME 256
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue