forked from github/server
gcc doesn't like __cdecl. why was this here?
This commit is contained in:
parent
96a2b1c779
commit
e3496dd9e9
|
@ -500,7 +500,7 @@ typedef struct fctr_data {
|
|||
|
||||
#include <exception>
|
||||
|
||||
int __cdecl
|
||||
int
|
||||
fctr_handle(struct trigger * tp, void * data)
|
||||
{
|
||||
trigger * t = tp;
|
||||
|
|
Loading…
Reference in New Issue