Hi,
is there something like __usercall possible in PellesC ?
For a Project im working on i need to interface code with as it seems custom calling conventions.
so something as __usercall would be awesome so there is no need to make callstubs with asm inside.
Example:
int __usercall myfunc<eax>(int a1<eax>, int a2<esi>);
so that its possible to tell the compiler the registers to use for the parameters.
This would make it possible to make prototypes and happy call the code with clean c.
Greetings
Seltsamuel