mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 13:23:56 -07:00
improve CPU brand string detection wposix: no more ONCE during init (not thread-safe). also remove redundant round_up fold string_s into secure_crt vfs: small fixes+commenting improvements while calling VFS back into memory This was SVN commit r5054.
6 lines
106 B
C++
6 lines
106 B
C++
// unicode version of secure_crt
|
|
|
|
#include "precompiled.h"
|
|
|
|
#define WSECURE_CRT
|
|
#include "secure_crt.cpp"
|