forked from mirrors/lpac
7 lines
119 B
C
7 lines
119 B
C
#pragma once
|
|
|
|
#ifdef __MINGW32__
|
|
#include <inttypes.h>
|
|
#include <mingw32/random.h>
|
|
#include <mingw32/envstub.h>
|
|
#endif
|