0ad/source/lib/sysdep/os_cpu.cpp
Ykkrosh 7a4dd7b473 Set svn:eol-style=native
This was SVN commit r6828.
2009-04-18 16:14:48 +00:00

14 lines
462 B
C++

/**
* =========================================================================
* File : os_cpu.cpp
* Project : 0 A.D.
* Description : OS-specific support functions relating to CPU and memory
* =========================================================================
*/
// license: GPL; see lib/license.txt
#include "precompiled.h"
#include "os_cpu.h"
ERROR_ASSOCIATE(ERR::OS_CPU_RESTRICTED_AFFINITY, "Cannot set desired CPU affinity", -1);