Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenepilog_test.cpp
Go to the documentation of this file.
00001 #include <time.h> 00002 #include <string> 00003 00004 #if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES) 00005 00006 struct some_struct { 00007 std::string s; // if std not properly redefined, error will be here 00008 }; 00009 00010 #endif Generated on Sat May 26 2012 04:34:15 for ReactOS by
1.7.6.1
|