Ignore:
Timestamp:
Jan 28, 2024, 10:46:01 PM (19 months ago)
Author:
gyoung
Message:

Fix compiler warnings and a freespace check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/classes/mm-progs/volume/classvol.c

    r104 r145  
    101101BOOL IniSaveInt(char * iniFile, char* chrApp, char *chrKey, int theInt);
    102102BOOL HlpBuildMMProgIniFileName(char* chrProgname, char * chrBuffer, ULONG ulBufferSize);
    103 void freeResHandle();
     103void freeResHandle(void);
    104104HMODULE queryResModuleHandle(char *chrExePath);
    105105BOOL getMessage(char* text,ULONG ulID, LONG lSizeText, HMODULE hResource,HWND hwnd);
     
    107107SHORT menuInsertMenuItem( HWND hwndMenu, HWND hwndSubMenu, SHORT sPosition, int iID, char * chrText);
    108108
    109 void pmUsage();
     109void pmUsage(void);
    110110ULONG messageBox( char* text, ULONG ulTextID , LONG lSizeText,
    111111                  char* title, ULONG ulTitleID, LONG lSizeTitle,
     
    137137int numArgs;
    138138char* params[NUMPARAMS];
     139static void _loadBmps(void);
    139140
    140141ULONG ulVolume=75;
Note: See TracChangeset for help on using the changeset viewer.