changeset 1192 | 706e4d246ca1 |
parent 1156 | 6e760a19f456 |
child 1198 | 84ae1b18fdfe |
--- a/mojoshader_internal.h Mon Feb 18 21:48:09 2019 -0500 +++ b/mojoshader_internal.h Mon Feb 18 21:49:03 2019 -0500 @@ -23,10 +23,6 @@ #define DEBUG_TOKENIZER \ (DEBUG_PREPROCESSOR || DEBUG_ASSEMBLER_PARSER || DEBUG_LEXER) -#if (defined(__APPLE__) && defined(__MACH__)) -#define PLATFORM_MACOSX 1 -#endif - // This is the highest shader version we currently support. #define MAX_SHADER_MAJOR 3