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/kernel/qmime.cpp

    r7 r8  
    356356    QStringList::Iterator it;
    357357    if ( abs_name[0] == '/'
    358 #ifdef Q_WS_WIN
     358#if defined(Q_WS_WIN) || defined(Q_WS_PM)
    359359            || ( abs_name[0] && abs_name[1] == ':' ) || abs_name.startsWith("\\\\")
    360360#endif
     
    456456    if ( context.isNull() ||
    457457         !(context[0] == '/'
    458 #ifdef Q_WS_WIN
     458#if defined(Q_WS_WIN) || defined(Q_WS_PM)
    459459         || ( context[0] && context[1] == ':')
    460460#endif
Note: See TracChangeset for help on using the changeset viewer.