mirror of https://github.com/flysand7/ciabatta.git
Make compiel with windows.h
This commit is contained in:
parent
3b34ade36e
commit
cc3f1eba1b
|
@ -1,5 +1,9 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#if defined(_MSC_VER)
|
||||||
|
#define _Noreturn __declspec(noreturn)
|
||||||
|
#endif
|
||||||
|
|
||||||
#if !defined(__STDC_LIB_EXT1__)
|
#if !defined(__STDC_LIB_EXT1__)
|
||||||
#define __STDC_LIB_EXT1__
|
#define __STDC_LIB_EXT1__
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue