X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fprogramsyntax.h;h=6a03f40fab67b2f4b02d17de5873587edf1d3e88;hp=5e107a33a096232f2e3b3a0f93ed70ea36fe3b66;hb=ef9ffbc287417520d223ce29dc6c2de110cac945;hpb=8ed377139d48a6fc39eeed9f3494bbe41aed4107 diff --git a/source/programsyntax.h b/source/programsyntax.h index 5e107a33..6a03f40f 100644 --- a/source/programsyntax.h +++ b/source/programsyntax.h @@ -7,6 +7,10 @@ #include #include #include "extension.h" +#include "uniform.h" + +#pragma push_macro("interface") +#undef interface namespace Msp { namespace GL { @@ -401,4 +405,6 @@ struct Module } // namespace GL } // namespace Msp +#pragma pop_macro("interface") + #endif