Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenresource.h
Go to the documentation of this file.
00001 /* 00002 * Resource defines for oleaut32 00003 * 00004 * Copyright 2003 Jon Griffiths 00005 * 00006 * This library is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU Lesser General Public 00008 * License as published by the Free Software Foundation; either 00009 * version 2.1 of the License, or (at your option) any later version. 00010 * 00011 * This library is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * Lesser General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU Lesser General Public 00017 * License along with this library; if not, write to the Free Software 00018 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 00019 */ 00020 #ifndef WINE_OLEAUT32_RESOURCE_H 00021 #define WINE_OLEAUT32_RESOURCE_H 00022 00023 #include <windef.h> 00024 00025 /* Localised boolean text */ 00026 #define IDS_TRUE 100 00027 #define IDS_FALSE 101 00028 #define IDS_YES 102 00029 #define IDS_NO 103 00030 #define IDS_ON 104 00031 #define IDS_OFF 105 00032 /* Alternative month names. Note in XP these are localised only for Russian, 00033 * Polish and Arabic. 00034 */ 00035 #define IDS_MTH_1 106 00036 #define IDS_MTH_2 107 00037 #define IDS_MTH_3 108 00038 #define IDS_MTH_4 109 00039 #define IDS_MTH_5 110 00040 #define IDS_MTH_6 111 00041 #define IDS_MTH_7 112 00042 #define IDS_MTH_8 113 00043 #define IDS_MTH_9 114 00044 #define IDS_MTH_10 115 00045 #define IDS_MTH_11 116 00046 #define IDS_MTH_12 117 00047 00048 #endif /* WINE_OLEAUT32_RESOURCE_H */ Generated on Sun May 27 2012 04:16:27 for ReactOS by
1.7.6.1
|