summaryrefslogtreecommitdiffstats
path: root/make/stub_includes/platform/gluegen_stddef.h
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1122: Reflect __LP64__ and _aarch64__ in GlueGen's stdint/stddef and ↵Sven Gothel2015-01-301-1/+1
| | | | Android compilerflags
* gluegen stddef/stdint cc header: add missing intptr_t/uintptr_t, proper ↵Sven Gothel2011-06-101-4/+9
| | | | formating, proper _WIN64 case
* Gluegen: Types (stddef/stdint), Header and Predefined Macro ChangeSven Gothel2010-11-091-0/+25
Read API doc ad GlueGen.java New predefined types: wchar_t, intptr_t, uintptr_t New reusable headers for gluegen usage: make/stub_includes/gluegen for native usage: make/stub_includes/platform New predefined macro #define __GLUEGEN__ 2