Changeset 10041 for OpenSceneGraph/trunk/src/osgPlugins/ply/typedefs.h
- Timestamp:
- 04/13/09 11:41:22 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ply/typedefs.h
r10040 r10041 13 13 #define MESH_TYPEDEFS_H 14 14 15 # if def WIN3215 # if defined(_MSC_VER) 16 16 # include <Winsock2.h> 17 17 # include <Windows.h> … … 19 19 20 20 # include <osg/Notify> 21 # include <cassert>22 21 23 22 #ifdef NDEBUG … … 32 31 # define MESHINFO osg::notify(osg::INFO) 33 32 34 #if def WIN3233 #if defined(_MSC_VER) 35 34 typedef int socklen_t; 36 35 … … 45 44 # endif 46 45 47 #endif // Win3246 #endif // defined(_MSC_VER) 48 47 49 48 #include <exception>
