forked from GitHub/gf-core
redefine alloca as _alloca for VC++
This commit is contained in:
@@ -38,4 +38,8 @@ void FreePgfPrintContext(PgfPrintContext *ctxt);
|
||||
extern PgfUnmarshaller unmarshaller;
|
||||
extern PgfMarshaller marshaller;
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#define alloca _alloca
|
||||
#endif
|
||||
|
||||
#endif // PYPGF_FFI_H_
|
||||
|
||||
Reference in New Issue
Block a user