Ignore:
Timestamp:
Jan 24, 2024, 7:31:46 PM (19 months ago)
Author:
gyoung
Message:

Fix compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/classes/mm-progs/videoplayer/mmplayer.c

    r142 r144  
    118118BOOL IniSaveInt(char * iniFile, char* chrApp, char *chrKey, int theInt);
    119119BOOL HlpBuildMMProgIniFileName(char* chrProgname, char * chrBuffer, ULONG ulBufferSize);
    120 void freeResHandle();
     120void freeResHandle(void);
    121121HMODULE queryResModuleHandle(char *chrExePath);
    122122BOOL getMessage(char* text,ULONG ulID, LONG lSizeText, HMODULE hResource,HWND hwnd);
     
    125125//MRESULT menuInsertMenuItem(int iPosition, HWND hwndMenu, HWND hwndSubMenu, int iID, char * chrText);
    126126SHORT menuInsertMenuItem( HWND hwndMenu, HWND hwndSubMenu, SHORT sPosition, int iID, char * chrText);
    127 void pmUsage();
     127void pmUsage(void);
    128128ULONG messageBox( char* text, ULONG ulTextID , LONG lSizeText,
    129129                  char* title, ULONG ulTitleID, LONG lSizeTitle,
Note: See TracChangeset for help on using the changeset viewer.