Changeset 21916 for trunk/src/ddraw/surfacehlp.cpp
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/ddraw/surfacehlp.cpp
r21494 r21916 314 314 const struct { 315 315 DWORD mask; 316 c har *name;316 const char *name; 317 317 } flags[] = { 318 318 #define FE(x) { x, #x}, … … 339 339 const struct { 340 340 DWORD mask; 341 c har *name;341 const char *name; 342 342 } flags[] = { 343 343 #define FE(x) { x, #x}, … … 357 357 const struct { 358 358 DWORD mask; 359 c har *name;359 const char *name; 360 360 } flags[] = { 361 361 #define FE(x) { x, #x}, … … 397 397 const struct { 398 398 DWORD mask; 399 c har *name;399 const char *name; 400 400 } flags[] = { 401 401 #define FE(x) { x, #x}, … … 441 441 const struct { 442 442 DWORD mask; 443 c har *name;443 const char *name; 444 444 } flags[] = { 445 445 #define FE(x) { x, #x}, … … 462 462 const struct { 463 463 DWORD mask; 464 c har *name;464 const char *name; 465 465 } flags[] = { 466 466 FE(DDSD_CAPS) … … 492 492 const struct { 493 493 DWORD mask; 494 c har *name;494 const char *name; 495 495 } flags[] = { 496 496 #define FE(x) { x, #x}, … … 511 511 const struct { 512 512 DWORD mask; 513 c har *name;513 const char *name; 514 514 } flags[] = { 515 515 #define FE(x) { x, #x},
Note:
See TracChangeset
for help on using the changeset viewer.