Ignore:
Timestamp:
Nov 16, 2005, 8:36:46 PM (20 years ago)
Author:
dmik
Message:

Transferred Qt for OS/2 version 3.3.1-rc5 sources from the CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tools/qlibrary_p.h

    r7 r8  
    6464    QLibraryPrivate( QLibrary *lib );
    6565
    66 #ifdef Q_WS_WIN
     66#if defined(Q_WS_WIN)
    6767    HINSTANCE pHnd;
     68#elif defined(Q_OS_OS2)
     69    HMODULE pHnd;
    6870#else
    6971    void *pHnd;
Note: See TracChangeset for help on using the changeset viewer.