mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 16:52:50 -06:00
C run-time: protect from Windows specific #includes with #ifdef __MINGW32__
This commit is contained in:
@@ -14,7 +14,9 @@
|
||||
#include <gu/utf8.h>
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#ifdef __MINGW32__
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
//
|
||||
// PgfReader
|
||||
|
||||
Reference in New Issue
Block a user