mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[D3DCOMPILER_43]
- Fix MSVC warnings (yes I know these are generated files. It's a flex bug) svn path=/trunk/; revision=61042
This commit is contained in:
parent
c5b45ab5bc
commit
db3348fa71
2 changed files with 2 additions and 2 deletions
|
@ -360,7 +360,7 @@ void asmshader_free (void * );
|
||||||
|
|
||||||
/* Begin user sect3 */
|
/* Begin user sect3 */
|
||||||
|
|
||||||
#define asmshader_wrap(n) 1
|
#define asmshader_wrap() 1
|
||||||
#define YY_SKIP_YYWRAP
|
#define YY_SKIP_YYWRAP
|
||||||
|
|
||||||
typedef unsigned char YY_CHAR;
|
typedef unsigned char YY_CHAR;
|
||||||
|
|
|
@ -360,7 +360,7 @@ void hlsl_free (void * );
|
||||||
|
|
||||||
/* Begin user sect3 */
|
/* Begin user sect3 */
|
||||||
|
|
||||||
#define hlsl_wrap(n) 1
|
#define hlsl_wrap() 1
|
||||||
#define YY_SKIP_YYWRAP
|
#define YY_SKIP_YYWRAP
|
||||||
|
|
||||||
typedef unsigned char YY_CHAR;
|
typedef unsigned char YY_CHAR;
|
||||||
|
|
Loading…
Reference in a new issue