diff options
author | Juan Linietsky <reduzio@gmail.com> | 2014-02-20 23:01:44 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2014-02-20 23:01:44 -0300 |
commit | f2a068984c36de1f77940ae9d5dc0d017b8e642d (patch) | |
tree | 870fc023ade48d3817624b32b301105e0b86bb9e /platform/flash/platform_config.h | |
parent | 51c55b237b795fa4c085841dbf935c0bd103d5c7 (diff) |
-run script in editor
-add search docs dialog that returns places string was found
-added flash
Diffstat (limited to 'platform/flash/platform_config.h')
-rw-r--r-- | platform/flash/platform_config.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/platform/flash/platform_config.h b/platform/flash/platform_config.h new file mode 100644 index 0000000000..078bb754db --- /dev/null +++ b/platform/flash/platform_config.h @@ -0,0 +1,12 @@ + +#ifndef PLATFORM_CONFIG_H +#define PLATFORM_CONFIG_H + +#include <stdlib.h> +//#define alloca __builtin_alloca +#define _FORCE_INLINE_ __attribute__((always_inline)) inline + +#define _glClearDepthf glClearDepthf + +#endif + |