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/errorrep.d

    r135 r201  
    1313private import win32.w32api, win32.windef; 
    1414 
    15 static if (_WIN32_WINNT < 0x501) { 
    16     pragma(msg, 
    17 "win32.errorrep is available only if version WindowsXP or Windows2003 is set"); 
    18     static assert (false); 
    19 
     15static assert (_WIN32_WINNT >= 0x501, 
     16    "win32.errorrep is available only if version WindowsXP, Windows2003 " 
     17    "or WindowsVista is set"); 
    2018 
    2119enum EFaultRepRetVal {