Ignore:
Timestamp:
Feb 19, 2010, 12:29:57 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Removed qmime.h dependency on private qpmobjectwindow_pm_p.h and on qt_os2.h (which drags in non-portable OS/2 API).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qwindowdefs_pm.h

    r564 r580  
    5656QT_END_NAMESPACE
    5757
    58 // typedefs to avoid inclusion of qt_os2.h in public headers
     58// common typedefs from os2.h to avoid inclusion of qt_os2.h in public headers
     59typedef unsigned long ULONG;
     60typedef unsigned short USHORT;
    5961typedef unsigned long LHANDLE;
    6062typedef LHANDLE HWND;
Note: See TracChangeset for help on using the changeset viewer.