mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-20 07:13:56 -07:00
14 lines
462 B
C++
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);
|