Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenc_locale.c
Go to the documentation of this file.
00001 /* 00002 * Copyright (c) 1999 00003 * Silicon Graphics Computer Systems, Inc. 00004 * 00005 * Copyright (c) 1999 00006 * Boris Fomitchev 00007 * 00008 * This material is provided "as is", with absolutely no warranty expressed 00009 * or implied. Any use is at your own risk. 00010 * 00011 * Permission to use or copy this software for any purpose is hereby granted 00012 * without fee, provided the above notices are retained on all copies. 00013 * Permission to modify the code and to distribute modified code is granted, 00014 * provided the above notices are retained, and a notice that the code was 00015 * modified is included with the above copyright notice. 00016 * 00017 */ 00018 00019 #include "stlport_prefix.h" 00020 00021 #include "c_locale.h" 00022 00023 #if defined (_STLP_WIN32) && !defined (_STLP_WCE) 00024 # include "c_locale_win32/c_locale_win32.c" 00025 #elif defined (_STLP_USE_GLIBC2_LOCALIZATION) 00026 # include "c_locale_glibc/c_locale_glibc2.c" /* glibc 2.2 and newer */ 00027 #else 00028 # include "c_locale_dummy/c_locale_dummy.c" 00029 #endif Generated on Sun May 27 2012 04:35:09 for ReactOS by
1.7.6.1
|