Fixed for ANSI-C part
This commit is contained in:
parent
83ba395e03
commit
c36ae7020f
1 changed files with 2 additions and 2 deletions
|
@ -17,10 +17,10 @@ void LLmessage(int);
|
|||
#endif
|
||||
#ifdef LL_USERHOOK
|
||||
#if LL_ANSI_C
|
||||
static void LLdoskip(int);
|
||||
static int LLdoskip(int);
|
||||
static int LLuserhook(int, int*);
|
||||
#else
|
||||
static LLdoskip();
|
||||
static int LLdoskip();
|
||||
static int LLuserhook();
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue