< prev index next >

test/jdk/com/sun/tools/jextract/test8221154/srcgentest.h

Print this page

        

*** 31,40 **** --- 31,45 ---- #define EXPORT __declspec(dllexport) #else #define EXPORT #endif + // make sure that 'true', 'false' macros do not + // generate non-compilable source! + + #include <stdbool.h> + enum { R, G, B }; enum Color {
< prev index next >