mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-03 05:34:23 -04:00
15 lines
202 B
C
15 lines
202 B
C
//
|
|
// Created by Anonymus Raccoon on 16/12/2019.
|
|
//
|
|
|
|
#pragma once
|
|
|
|
#include <stdio.h>
|
|
|
|
#ifdef __WIN32__
|
|
#define mkdir(c, m) mkdir(c)
|
|
#endif
|
|
|
|
#ifdef __MINGW32__
|
|
#define asprintf __mingw_asprintf
|
|
#endif |