Changeset 263

Show
Ignore:
Timestamp:
06/06/08 08:25:54 (4 months ago)
Author:
leo
Message:

SUBCLASSPROC is extern (Windows) now

Files:

Legend:

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

    r257 r263  
    43384338 
    43394339static if (_WIN32_WINNT >= 0x501) { 
     4340    extern (Windows) 
    43404341    alias LRESULT function(HWND, UINT, WPARAM, LPARAM, UINT_PTR, DWORD_PTR) 
    43414342      SUBCLASSPROC;