Changeset 257 for trunk/src


Ignore:
Timestamp:
Oct 27, 2009, 3:24:52 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib: Make sure QPlugin is properly supported on OS/2. This eventually fixes Qt plugin detection and loading which in turn enables e.g. SVG support for QIcon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/plugin/qplugin.h

    r2 r257  
    119119#  if defined (Q_OS_WIN32) && defined(Q_CC_BOR)
    120120#     define Q_STANDARD_CALL __stdcall
     121#  elif defined (Q_OS_OS2)
     122#     define Q_STANDARD_CALL _System
    121123#  else
    122124#     define Q_STANDARD_CALL
Note: See TracChangeset for help on using the changeset viewer.