mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
include: Add a \since tag for VKD3D_FALSE.
This commit is contained in:
parent
007233a016
commit
b363fdbb21
Notes:
Alexandre Julliard
2024-05-27 23:23:32 +02:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/889
@ -41,7 +41,7 @@ enum vkd3d_result
|
||||
{
|
||||
/** Success. */
|
||||
VKD3D_OK = 0,
|
||||
/** Success as a result of there being nothing to do. */
|
||||
/** Success as a result of there being nothing to do. \since 1.12 */
|
||||
VKD3D_FALSE = 1,
|
||||
/** An unspecified failure occurred. */
|
||||
VKD3D_ERROR = -1,
|
||||
|
Loading…
Reference in New Issue
Block a user