Ignore:
Timestamp:
Nov 5, 2000, 7:47:11 PM (25 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winconst.h

    r4022 r4556  
    1 /* $Id: winconst.h,v 1.36 2000-08-16 08:03:57 sandervl Exp $ */
     1/* $Id: winconst.h,v 1.37 2000-11-05 18:47:11 sandervl Exp $ */
    22
    33/*
     
    14331433#define SUBLANG_DEFAULT                  0x01    /* user default */
    14341434#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.