dtcreate: Change to ANSI function definitions
This commit is contained in:
parent
35dc4283e4
commit
3baf0744f2
|
|
@ -597,7 +597,7 @@ void FreeIconSearchPathList(char **pplist)
|
|||
/* OUTPUT: none */
|
||||
/* */
|
||||
/******************************************************************************/
|
||||
void TurnOnHourGlassAllWindows()
|
||||
void TurnOnHourGlassAllWindows(void)
|
||||
{
|
||||
_DtTurnOnHourGlass(CreateActionAppShell);
|
||||
if ( (AddFiletype) &&
|
||||
|
|
@ -630,7 +630,7 @@ void TurnOnHourGlassAllWindows()
|
|||
/* OUTPUT: none */
|
||||
/* */
|
||||
/******************************************************************************/
|
||||
void TurnOffHourGlassAllWindows()
|
||||
void TurnOffHourGlassAllWindows(void)
|
||||
{
|
||||
_DtTurnOffHourGlass(CreateActionAppShell);
|
||||
if ( (AddFiletype) &&
|
||||
|
|
|
|||
Loading…
Reference in New Issue