Initial community commit
This commit is contained in:
22
Src/external_dependencies/openmpt-trunk/include/premake/website/docs/callingconvention.md
vendored
Normal file
22
Src/external_dependencies/openmpt-trunk/include/premake/website/docs/callingconvention.md
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user