Removed old and unused windows code path to avoid confusion
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14915 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
parent
82c188c24a
commit
75891924bb
@ -25,17 +25,6 @@
|
||||
#define OPENTHREAD_EXPORT_DIRECTIVE __declspec(dllexport)
|
||||
#else
|
||||
#define OPENTHREAD_EXPORT_DIRECTIVE __declspec(dllimport)
|
||||
|
||||
#if 0 // Commented out for now
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifdef _DEBUG
|
||||
#pragma comment(lib ,"OpenThreadsWin32d")
|
||||
#else
|
||||
#pragma comment(lib, "OpenThreadsWin32")
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user