Changeset 147

Show
Ignore:
Timestamp:
07/19/06 15:28:14 (6 years ago)
Author:
Don Clugston
Message:

Bugfix to allow it external projects to compile with -cov (now has version = WindowsUnitTest?). Included some files that were left off before.

Files:

Legend:

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

    r127 r147  
    159159} 
    160160 
     161version(WindowsUnitTest) { 
     162     
    161163unittest { 
    162164    DDEACK ddeack; 
     
    212214    } 
    213215} 
     216} 
  • trunk/win32/w32api.d

    r123 r147  
    8383} 
    8484 
     85version(WindowsUnitTest) { 
    8586unittest { 
    8687    printf("Windows NT version: %03x\n", _WIN32_WINNT); 
     
    8889    printf("IE version:         %03x\n", _WIN32_IE); 
    8990} 
     91}