1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

dtcreate: Change to ANSI function definitions

This commit is contained in:
Peter Howkins 2018-06-28 04:11:21 +01:00
parent 35dc4283e4
commit 3baf0744f2

View file

@ -597,7 +597,7 @@ void FreeIconSearchPathList(char **pplist)
/* OUTPUT: none */ /* OUTPUT: none */
/* */ /* */
/******************************************************************************/ /******************************************************************************/
void TurnOnHourGlassAllWindows() void TurnOnHourGlassAllWindows(void)
{ {
_DtTurnOnHourGlass(CreateActionAppShell); _DtTurnOnHourGlass(CreateActionAppShell);
if ( (AddFiletype) && if ( (AddFiletype) &&
@ -630,7 +630,7 @@ void TurnOnHourGlassAllWindows()
/* OUTPUT: none */ /* OUTPUT: none */
/* */ /* */
/******************************************************************************/ /******************************************************************************/
void TurnOffHourGlassAllWindows() void TurnOffHourGlassAllWindows(void)
{ {
_DtTurnOffHourGlass(CreateActionAppShell); _DtTurnOffHourGlass(CreateActionAppShell);
if ( (AddFiletype) && if ( (AddFiletype) &&