ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

stlport_prefix.h
Go to the documentation of this file.
00001 #ifndef STLPORT_PREFIX_H
00002 #define STLPORT_PREFIX_H
00003 
00004 #define __BUILDING_STLPORT 1
00005 
00006 #if defined (_WIN32) || defined (WIN32)
00007 #  ifdef __cplusplus
00008 #    define WIN32_LEAN_AND_MEAN
00009 #    define NOSERVICE
00010 #  endif
00011 #endif
00012 
00013 #undef _STLP_NO_FORCE_INSTANTIATE
00014 
00015 /* Please add extra compilation switches for particular compilers here */
00016 
00017 #if defined (_MSC_VER) && !defined (__COMO__) && !defined (__MWERKS__)
00018 #  include "warning_disable.h"
00019 #endif
00020 
00021 #include <stl/config/features.h>
00022 
00023 #if defined (_STLP_USE_TEMPLATE_EXPORT) && defined (_STLP_USE_DECLSPEC) && !defined (_STLP_EXPOSE_GLOBALS_IMPLEMENTATION)
00024 #  define _STLP_EXPOSE_GLOBALS_IMPLEMENTATION
00025 #endif
00026 
00027 #ifdef __cplusplus
00028 
00029 #  include <ctime>
00030 #  if defined (_STLP_USE_NAMESPACES) && !defined (_STLP_VENDOR_GLOBAL_CSTD)
00031 using _STLP_VENDOR_CSTD::time_t;
00032 #  endif
00033 
00034 #  if defined (_STLP_FUNCTION_TMPL_PARTIAL_ORDER)
00035 #    define _STLP_OPERATOR_SPEC _STLP_DECLSPEC
00036 #  else
00037 #    define _STLP_OPERATOR_SPEC _STLP_TEMPLATE_NULL _STLP_DECLSPEC
00038 #  endif
00039 
00040 #endif /* __cplusplus */
00041 
00042 #endif /* PREFIX */
00043 

Generated on Sun May 27 2012 04:35:13 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.