Changeset 430 for trunk/src


Ignore:
Timestamp:
Dec 17, 2009, 1:22:23 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib: Created wrappers for all Win* and Gpi* calls that restore the FPU Control Word to what C/C++ programs expect. This fixes #105.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/global/qt_os2.h

    r195 r430  
    5656#endif
    5757
     58
     59
     60
    5861// Innotek GCC lacks some API functions in its version of OS/2 Toolkit headers
    5962
     
    6366
    6467LONG APIENTRY WinQueryClipRegion(HWND hwnd, HRGN hrgnClip);
     68
     69
     70
     71
     72
     73
     74
     75
     76
    6577BOOL APIENTRY WinSetClipRegion(HWND hwnd, HRGN hrgnClip);
     78
     79
     80
     81
     82
     83
     84
     85
    6686
    6787#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.