Greatly simplified the Win32 port by only allowing threads to run on a single CPU core.

This commit is contained in:
Richard Barry 2010-11-21 20:55:04 +00:00
parent 6b9379ee87
commit ba18beae47
3 changed files with 0 additions and 45 deletions

View file

@ -93,9 +93,7 @@
#include "queue.h"
/* Standard demo includes. */
#include "partest.h"
#include "BlockQ.h"
#include "death.h"
#include "integer.h"
#include "semtest.h"
#include "PollQ.h"