Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenwchar.h
Go to the documentation of this file.
00001 /* 00002 * Copyright (c) 1999 00003 * Boris Fomitchev 00004 * 00005 * This material is provided "as is", with absolutely no warranty expressed 00006 * or implied. Any use is at your own risk. 00007 * 00008 * Permission to use or copy this software for any purpose is hereby granted 00009 * without fee, provided the above notices are retained on all copies. 00010 * Permission to modify the code and to distribute modified code is granted, 00011 * provided the above notices are retained, and a notice that the code was 00012 * modified is included with the above copyright notice. 00013 * 00014 */ 00015 00016 #if !defined (_STLP_OUTERMOST_HEADER_ID) 00017 # define _STLP_OUTERMOST_HEADER_ID 0x278 00018 # include <stl/_cprolog.h> 00019 #elif (_STLP_OUTERMOST_HEADER_ID == 0x278) && !defined (_STLP_DONT_POP_HEADER_ID) 00020 # define _STLP_DONT_POP_HEADER_ID 00021 #endif 00022 00023 #if !defined (_STLP_WCE_EVC3) && !defined (_STLP_NO_WCHAR_T) 00024 00025 # if defined (__BORLANDC__) && !defined (__linux__) 00026 # if defined (_STLP_HAS_INCLUDE_NEXT) 00027 # include_next <_str.h> 00028 # else 00029 # include _STLP_NATIVE_CPP_C_HEADER(_str.h) 00030 # endif 00031 # ifdef __cplusplus 00032 using _STLP_VENDOR_CSTD::strlen; 00033 using _STLP_VENDOR_CSTD::strspn; 00034 # endif 00035 # endif 00036 00037 # if (((__GNUC__ < 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ < 3))) && defined (__APPLE__)) || defined (__OpenBSD__) 00038 # if defined (_STLP_HAS_INCLUDE_NEXT) 00039 # include_next <stddef.h> 00040 # else 00041 # include _STLP_NATIVE_C_HEADER(stddef.h) 00042 # endif 00043 # else 00044 # if defined (_STLP_HAS_INCLUDE_NEXT) 00045 # include_next <wchar.h> 00046 # else 00047 # include _STLP_NATIVE_C_HEADER(wchar.h) 00048 # endif 00049 # endif 00050 #endif /* !defined (_STLP_WCE_EVC3) && !defined (_STLP_NO_WCHAR_T) */ 00051 00052 #ifndef _STLP_INTERNAL_MBSTATE_T 00053 # include <stl/_mbstate_t.h> 00054 #endif 00055 00056 #if (_STLP_OUTERMOST_HEADER_ID == 0x278) 00057 # if ! defined (_STLP_DONT_POP_HEADER_ID) 00058 # include <stl/_epilog.h> 00059 # undef _STLP_OUTERMOST_HEADER_ID 00060 # else 00061 # undef _STLP_DONT_POP_HEADER_ID 00062 # endif 00063 #endif 00064 Generated on Sun May 27 2012 04:29:50 for ReactOS by
1.7.6.1
|