1
0
forked from 0ad/0ad
0ad/source/lib/sysdep/os_cpu.cpp

15 lines
476 B
C++
Raw Normal View History

/**
* =========================================================================
* 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);