Changeset 644 for trunk/Source/Base/Base/OSGLog.cpp
- Timestamp:
- 03/29/07 01:59:21 (2 years ago)
- Files:
-
- trunk/Source/Base/Base/OSGLog.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/Base/Base/OSGLog.cpp
r614 r644 264 264 bool Log::colorHeader(LogLevel level, const char *sep) 265 265 { 266 #if defined (OSG_WIN_TYPES) && !defined(OSG_NO_WINDOWD_H_INCLUDE) 266 #if defined (OSG_WIN_TYPES) && !defined(OSG_NO_WINDOWD_H_INCLUDE) && !defined(OSG_WINCE) 267 267 bool ok = true; 268 268 std::string str("");
