Changeset 4556 for trunk/include/winconst.h
- Timestamp:
- Nov 5, 2000, 7:47:11 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winconst.h
r4022 r4556 1 /* $Id: winconst.h,v 1.3 6 2000-08-16 08:03:57sandervl Exp $ */1 /* $Id: winconst.h,v 1.37 2000-11-05 18:47:11 sandervl Exp $ */ 2 2 3 3 /* … … 1433 1433 #define SUBLANG_DEFAULT 0x01 /* user default */ 1434 1434 #define SUBLANG_SYS_DEFAULT 0x02 /* system default */ 1435 1436 1437 /* Flags for ModifyWorldTransform */ 1438 #define MWT_IDENTITY_W 1 1439 #define MWT_LEFTMULTIPLY_W 2 1440 #define MWT_RIGHTMULTIPLY_W 3 1441 1442 /* Map modes */ 1443 #define MM_TEXT_W 1 1444 #define MM_LOMETRIC_W 2 1445 #define MM_HIMETRIC_W 3 1446 #define MM_LOENGLISH_W 4 1447 #define MM_HIENGLISH_W 5 1448 #define MM_TWIPS_W 6 1449 #define MM_ISOTROPIC_W 7 1450 #define MM_ANISOTROPIC_W 8
Note:
See TracChangeset
for help on using the changeset viewer.