Commit 81febe5d by whitequark

Add WASI platform support to glucose.

parent ef2d9175
......@@ -28,20 +28,18 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
# include <sys/int_fmtio.h>
# include <sys/int_limits.h>
#else
#elif _WIN32
#define __STDC_LIMIT_MACROS
# include "pstdint.h"
//# include <inttypes.h>
#endif
#else
#include <limits.h>
# define __STDC_LIMIT_MACROS
# include <limits.h>
# include <inttypes.h>
#ifndef PRIu64
#define PRIu64 "lu"
#define PRIi64 "ld"
#endif
//=================================================================================================
#include <misc/util/abc_namespaces.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment