premake/website/docs/callingconvention.md
2021-03-12 22:10:24 +01:00

25 lines
362 B
Markdown

Sets the [function calling convention](https://en.wikipedia.org/wiki/X86_calling_conventions).
```lua
callingconvention ("value")
```
### Parameters ###
`value` is one of:
| |
|-------------|
| Cdecl |
| FastCall |
| StdCall |
| VectorCall |
### Applies To ###
Project configurations.
### Availability ###
Premake 5.0 or later.