Changeset 21447 for trunk/include
- Timestamp:
- Sep 18, 2010, 5:27:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/windef.h
r21421 r21447 182 182 #define DUMMYSTRUCTNAME4 183 183 #define DUMMYSTRUCTNAME5 184 #define DUMMYSTRUCTNAME_DOT 185 #define DUMMYSTRUCTNAME1_DOT 186 #define DUMMYSTRUCTNAME2_DOT 187 #define DUMMYSTRUCTNAME3_DOT 188 #define DUMMYSTRUCTNAME4_DOT 189 #define DUMMYSTRUCTNAME5_DOT 184 190 #else /* !defined(NONAMELESSSTRUCT) */ 185 191 #define DUMMYSTRUCTNAME s … … 189 195 #define DUMMYSTRUCTNAME4 s4 190 196 #define DUMMYSTRUCTNAME5 s5 197 #define DUMMYSTRUCTNAME_DOT s. 198 #define DUMMYSTRUCTNAME1_DOT s1. 199 #define DUMMYSTRUCTNAME2_DOT s2. 200 #define DUMMYSTRUCTNAME3_DOT s3. 201 #define DUMMYSTRUCTNAME4_DOT s4. 202 #define DUMMYSTRUCTNAME5_DOT s5. 191 203 #endif /* !defined(NONAMELESSSTRUCT) */ 192 204 … … 201 213 #define DUMMYUNIONNAME7 202 214 #define DUMMYUNIONNAME8 215 #define DUMMYUNIONNAME_DOT 216 #define DUMMYUNIONNAME1_DOT 217 #define DUMMYUNIONNAME2_DOT 218 #define DUMMYUNIONNAME3_DOT 219 #define DUMMYUNIONNAME4_DOT 220 #define DUMMYUNIONNAME5_DOT 221 #define DUMMYUNIONNAME6_DOT 222 #define DUMMYUNIONNAME7_DOT 223 #define DUMMYUNIONNAME8_DOT 203 224 #else /* !defined(NONAMELESSUNION) */ 204 225 #define DUMMYUNIONNAME u … … 211 232 #define DUMMYUNIONNAME7 u7 212 233 #define DUMMYUNIONNAME8 u8 234 #define DUMMYUNIONNAME_DOT u. 235 #define DUMMYUNIONNAME1_DOT u1. 236 #define DUMMYUNIONNAME2_DOT u2. 237 #define DUMMYUNIONNAME3_DOT u3. 238 #define DUMMYUNIONNAME4_DOT u4. 239 #define DUMMYUNIONNAME5_DOT u5. 240 #define DUMMYUNIONNAME6_DOT u6. 241 #define DUMMYUNIONNAME7_DOT u7. 242 #define DUMMYUNIONNAME8_DOT u8. 213 243 #endif /* !defined(NONAMELESSUNION) */ 214 244
Note:
See TracChangeset
for help on using the changeset viewer.