529e2d348b
- Add several libraries, utilities and documents PR: 44349 Submitted by: Ports Fury
14 lines
187 B
C
14 lines
187 B
C
#ifndef _HEADER_H_
|
|
#define _HEADER_H_
|
|
|
|
#ifndef ZONES
|
|
# include <gc.h>
|
|
#endif
|
|
|
|
#include "../../Common/c_header.h"
|
|
#include "../../Common/runtime.h"
|
|
|
|
#undef GC_ENABLE_INCREMENTAL
|
|
|
|
#endif
|
|
|