Ignore:
Timestamp:
Oct 2, 2009, 1:21:16 AM (16 years ago)
Author:
Simon Hausmann
Message:

use wtf/unicode/qt4/unicodeQt4.h for RVCT and WINSCW

Relative includes don't work properly with WINSCW

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/unicode/Unicode.h

    r46911 r49015  
    2727
    2828#if USE(QT4_UNICODE)
     29#if COMPILER(WINSCW) || COMPILER(RVCT)
     30#include "wtf/unicode/qt4/UnicodeQt4.h"
     31#else
    2932#include "qt4/UnicodeQt4.h"
     33#endif
    3034#elif USE(ICU_UNICODE)
    3135#include <wtf/unicode/icu/UnicodeIcu.h>
Note: See TracChangeset for help on using the changeset viewer.