Ignore:
Timestamp:
Jul 14, 2010, 12:39:55 AM (15 years ago)
Author:
dmik
Message:

ULONG_PTR and friends are integer types rather than pointers to integer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/commctrl.h

    r10534 r21389  
    674674/* Subclassing stuff */
    675675#ifdef __WIN32OS2__
    676 typedef LRESULT (* CALLBACK SUBCLASSPROC)(HWND, UINT, WPARAM, LPARAM, UINT_PTR, DWORD);
     676typedef LRESULT (* CALLBACK SUBCLASSPROC)(HWND, UINT, WPARAM, LPARAM, UINT_PTR, DWORD_PTR);
    677677#else
    678678typedef LRESULT (CALLBACK *SUBCLASSPROC)(HWND, UINT, WPARAM, LPARAM, UINT_PTR, DWORD_PTR);
Note: See TracChangeset for help on using the changeset viewer.