mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-10 21:50:25 +08:00
chore: adapt to MSVC
This commit is contained in:
@@ -19,6 +19,12 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifndef _CRT_SECURE_NO_WARNINGS
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define ok(has_failed, reason) \
|
||||
|
||||
Reference in New Issue
Block a user