mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
vkd3d-shader/preproc: Expand macro arguments in macro invocations.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55361
This commit is contained in:
committed by
Alexandre Julliard
parent
9b98489155
commit
3a235b57f6
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
@@ -305,3 +305,9 @@ __LINE__
|
||||
[preproc]
|
||||
#define KEY pass
|
||||
apple # KEY
|
||||
|
||||
[preproc]
|
||||
#define KEY2(x) x ## ss
|
||||
#define KEY(a) KEY2(a)
|
||||
|
||||
KEY(pa)
|
||||
|
Reference in New Issue
Block a user