more lint (trunk only)
..\src\windows.c(329) : 'boolean (__cdecl *)()' differs in parameter lists from 'boolean (__cdecl *)(void)' Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/
This commit is contained in:
@@ -89,12 +89,12 @@ struct win_choices {
|
||||
};
|
||||
|
||||
boolean
|
||||
genl_can_suspend_no(){
|
||||
genl_can_suspend_no(VOID_ARGS){
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
boolean
|
||||
genl_can_suspend_yes(){
|
||||
genl_can_suspend_yes(VOID_ARGS){
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user