Changeset 20817
- Timestamp:
- 09/16/07 21:47:04 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/vapor/vpr/md/WIN32/Thread/ThreadWin32.cpp
r20816 r20817 337 337 std::vector<unsigned int> cpus; 338 338 339 if ( Thread Posix::self() == this )339 if ( ThreadWin32::self() == this ) 340 340 { 341 341 DWORD_PTR proc_affinity_mask;
