Modified Files:

include/osgTXP/trPagePageManager.h src/Demos/osgtxp/osgtxp.cpp
 Added Files:
    VisualStudio/Demos/osgtxp/osgtxp.dsp
This commit is contained in:
Don BURNS
2002-11-29 22:10:12 +00:00
parent 97ec694e21
commit bf0cbf6b10
3 changed files with 104 additions and 12 deletions

View File

@@ -45,20 +45,10 @@ namespace txp
typedef HANDLE ThreadID;
typedef HANDLE ThreadMutex;
typedef HANDLE ThreadEvent;
#endif
#if !defined(ThreadID)
/*
// Stubs to make it compile
typedef int ThreadID;
typedef int ThreadMutex;
typedef int ThreadEvent;
*/
#else
typedef pthread_t ThreadID;
typedef pthread_mutex_t ThreadMutex;
typedef osgTXP::WaitBlock ThreadEvent;
#endif
/* OSG Page Manager