mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[PSDK]
- Add MM_MIN / MM_MAX definitions. svn path=/trunk/; revision=43495
This commit is contained in:
parent
c7d855690a
commit
637fc75ac0
1 changed files with 2 additions and 0 deletions
|
@ -822,6 +822,8 @@ extern "C" {
|
|||
#define MM_TEXT 1
|
||||
#define MM_TWIPS 6
|
||||
#define MM_MAX_FIXEDSCALE MM_TWIPS
|
||||
#define MM_MIN MM_TEXT
|
||||
#define MM_MAX MM_ANISOTROPIC
|
||||
#define ABSOLUTE 1
|
||||
#define RELATIVE 2
|
||||
#define PC_EXPLICIT 2
|
||||
|
|
Loading…
Reference in a new issue