Changeset 46911 in webkit for trunk/JavaScriptCore/wtf/unicode/Unicode.h
- Timestamp:
- Aug 7, 2009, 2:07:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/unicode/Unicode.h
r44050 r46911 2 2 * Copyright (C) 2006 George Staikos <[email protected]> 3 3 * Copyright (C) 2006, 2008, 2009 Apple Inc. All rights reserved. 4 * Copyright (C) 2007-2009 Torch Mobile, Inc. 4 5 * 5 6 * This library is free software; you can redistribute it and/or … … 31 32 #elif USE(GLIB_UNICODE) 32 33 #include <wtf/unicode/glib/UnicodeGLib.h> 34 #elif USE(WINCE_UNICODE) 35 #include <wtf/unicode/wince/UnicodeWince.h> 33 36 #else 34 37 #error "Unknown Unicode implementation"
Note:
See TracChangeset
for help on using the changeset viewer.