Changeset 178

Show
Ignore:
Timestamp:
02/07/07 10:38:05 (2 years ago)
Author:
dyh
Message:

winuser.d, mmsystem.d - removed duplicated constants (conflicted with wingdi).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/win32/mmsystem.d

    r176 r178  
    10091009    return MAKELONG(n,0x10FF); 
    10101010} 
    1011 const SC_SCREENSAVE=0xF140; 
    10121011const CAPS1=94; 
    10131012const C1_TRANSPARENT=1; 
  • trunk/win32/winuser.d

    r176 r178  
    182182const DWORD ENUM_CURRENT_SETTINGS  = -1; 
    183183const DWORD ENUM_REGISTRY_SETTINGS = -2; 
    184  
    185 const DM_BITSPERPEL       = 0x040000; 
    186 const DM_PELSWIDTH        = 0x080000; 
    187 const DM_PELSHEIGHT       = 0x100000; 
    188 const DM_DISPLAYFLAGS     = 0x200000; 
    189 const DM_DISPLAYFREQUENCY = 0x400000; 
    190184 
    191185const CDS_UPDATEREGISTRY = 1;