Show
Ignore:
Timestamp:
08/25/07 08:46:16 (5 years ago)
Author:
smjg
Message:

Fixed a few version-dependent compile errors

Files:

Legend:

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

    r194 r201  
    1717 
    1818static assert (_WIN32_WINNT_ONLY, 
    19     "win32.accctrl is available only if version WindowsNTonly, WindowsXP
    20     "or Windows2003 is set"); 
     19    "win32.accctrl is available only if version WindowsNTonly, WindowsXP,
     20    "Windows2003 or WindowsVista is set"); 
    2121 
    2222alias LocalFree AccFree;