disabled PosixCPU info for freebsd

added sdlCPUInfo
This commit is contained in:
XXTH 2023-05-12 13:17:35 +02:00
parent a81c6ebd06
commit cb47c2849c
2 changed files with 142 additions and 1 deletions

View file

@ -20,7 +20,7 @@
// IN THE SOFTWARE.
//-----------------------------------------------------------------------------
#ifndef __APPLE__
#if !defined( __APPLE__ ) && !defined( __FreeBSD__ )
#include <fstream>
#include <iostream>