dtcreate: Change to ANSI function definitions
This commit is contained in:
@@ -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) &&
|
||||||
|
|||||||
Reference in New Issue
Block a user