epoc32/include/tools/stlport/stl/config/_cygwin.h
branchSymbian2
changeset 2 2fe1408b6811
child 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/tools/stlport/stl/config/_cygwin.h	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -0,0 +1,6 @@
     1.4 +#define _STLP_PLATFORM "Cygwin"
     1.5 +
     1.6 +/* Glibc is the platform API */
     1.7 +#if !defined (_STLP_USE_GLIBC)
     1.8 +#  define _STLP_USE_GLIBC
     1.9 +#endif