OLD | NEW |
1 /* | 1 /* |
2 ******************************************************************************** | 2 ******************************************************************************** |
3 * Copyright (C) 2005-2013, International Business Machines | 3 * Copyright (C) 2005-2014, International Business Machines |
4 * Corporation and others. All Rights Reserved. | 4 * Corporation and others. All Rights Reserved. |
5 ******************************************************************************** | 5 ******************************************************************************** |
6 * | 6 * |
7 * File WINNMFMT.H | 7 * File WINNMFMT.H |
8 * | 8 * |
9 ******************************************************************************** | 9 ******************************************************************************** |
10 */ | 10 */ |
11 | 11 |
12 #ifndef __WINNMFMT | 12 #ifndef __WINNMFMT |
13 #define __WINNMFMT | 13 #define __WINNMFMT |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 | 153 |
154 }; | 154 }; |
155 | 155 |
156 U_NAMESPACE_END | 156 U_NAMESPACE_END |
157 | 157 |
158 #endif /* #if !UCONFIG_NO_FORMATTING */ | 158 #endif /* #if !UCONFIG_NO_FORMATTING */ |
159 | 159 |
160 #endif // U_PLATFORM_USES_ONLY_WIN32_API | 160 #endif // U_PLATFORM_USES_ONLY_WIN32_API |
161 | 161 |
162 #endif // __WINNMFMT | 162 #endif // __WINNMFMT |
OLD | NEW |