mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/preproc: Parse hash marks as two separate tokens when not in stringification contexts.
This commit is contained in:
committed by
Alexandre Julliard
parent
9a80ff28e4
commit
9b98489155
Notes:
Alexandre Julliard
2023-08-02 21:24:27 +09:00
Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/291
@@ -301,3 +301,7 @@ fail
|
||||
[preproc]
|
||||
#define __LINE__ pass
|
||||
__LINE__
|
||||
|
||||
[preproc]
|
||||
#define KEY pass
|
||||
apple # KEY
|
||||
|
Reference in New Issue
Block a user