Skip to content

Commit

Permalink
ci: more msvc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 26, 2024
1 parent f46546b commit ed45cf8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions 3rdparty/glsl-parser/glsl.lexer.h
Original file line number Diff line number Diff line change
Expand Up @@ -461,14 +461,6 @@ void yyfree ( void * , yyscan_t yyscanner );

#endif

#ifndef YY_NO_UNISTD_H
/* Special case for "unistd.h", since it is non-ANSI. We include it way
* down here because we want the user's section 1 to have been scanned first.
* The user has a chance to override it with an option.
*/
#include <unistd.h>
#endif

#ifndef YY_EXTRA_TYPE
#define YY_EXTRA_TYPE void *
#endif
Expand Down

0 comments on commit ed45cf8

Please sign in to comment.