mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-5254 Special fix for Solaris 10 hybrid (upgraded) platforms
X-SVN-Rev: 20061
This commit is contained in:
parent
170deb1557
commit
c833979a43
1 changed files with 5 additions and 0 deletions
|
@ -20,8 +20,13 @@
|
|||
|
||||
/* define for fileno. */
|
||||
#ifndef _XOPEN_SOURCE
|
||||
#if __STDC_VERSION__ >= 199901L
|
||||
/* It is invalid to compile an XPG3, XPG4, XPG4v2 or XPG5 application using c99 */
|
||||
#define _XOPEN_SOURCE 600
|
||||
#else
|
||||
#define _XOPEN_SOURCE 4
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "locmap.h"
|
||||
#include "unicode/ustdio.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue