mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:05:52 +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
|
||||
//
|
||||
|
||||
#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
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_EXTRA_LEAN
|
||||
|
@ -64,6 +50,19 @@ using namespace std;
|
|||
#include <stdio.h> // for sprintf()
|
||||
#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
|
||||
#define _MAX_DRIVE 3
|
||||
#define _MAX_FNAME 256
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue