genericopenlibs/cppstdlib/stl/stlport/stl/config/_cygwin.h
author hgs
Wed, 13 Oct 2010 19:39:18 +0530
changeset 71 28ccaba883f4
parent 18 47c74d1534e1
permissions -rw-r--r--
201039

#define _STLP_PLATFORM "Cygwin"

/* Glibc is the platform API */
#if !defined (_STLP_USE_GLIBC)
#  define _STLP_USE_GLIBC
#endif