Changeset 644 for trunk/Source/Base/Base/OSGBaseFunctions.cpp
- Timestamp:
- 03/29/07 01:59:21 (2 years ago)
- Files:
-
- trunk/Source/Base/Base/OSGBaseFunctions.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/Base/Base/OSGBaseFunctions.cpp
r641 r644 135 135 OSG_BEGIN_NAMESPACE 136 136 137 #ifndef OSG_WINCE 137 138 void osgGetHostname(char *szBuffer, UInt32 uiSize) 138 139 { … … 147 148 } 148 149 } 150 #endif 149 151 150 152 /** Return the callstack at the current point.
