mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-26 09:44:47 +01:00
Defining _CRT_RAND_S for windows (an attempt to accomodate windows XP)
This commit is contained in:
parent
ecda106b19
commit
84b04d1781
@ -15,6 +15,11 @@
|
||||
*/
|
||||
#include "AttractMode.h"
|
||||
#include "../Graphics/Page.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#define _CRT_RAND_S
|
||||
#endif
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
AttractMode::AttractMode()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user