mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 20:08:20 -07:00
22 lines
462 B
Plaintext
22 lines
462 B
Plaintext
|
@[AlwaysInline]
|
||
|
@[CallConvention("X86_StdCall")]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["attribute", [
|
||
|
["delimiter", "@["],
|
||
|
["constant", "AlwaysInline"],
|
||
|
["delimiter", "]"]
|
||
|
]],
|
||
|
["attribute", [
|
||
|
["delimiter", "@["],
|
||
|
["function", "CallConvention"], ["punctuation", "("], ["string", [ "\"X86_StdCall\"" ]], ["punctuation", ")"],
|
||
|
["delimiter", "]"]
|
||
|
]]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for attributes.
|