Ignore:
Timestamp:
Jul 5, 2002, 9:13:36 AM (23 years ago)
Author:
umoeller
Message:

Second round of fixes for 0.9.19.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/syssound.h

    r113 r184  
    6666     ********************************************************************/
    6767
    68     ULONG sndParseSoundData(PSZ pszSoundData,
     68    ULONG sndParseSoundData(PCSZ pszSoundData,
    6969                            PSZ pszDescr,
    7070                            PSZ pszFile,
     
    8383    BOOL sndWriteSoundData(HINI hiniMMPM,
    8484                           USHORT usIndex,
    85                            PSZ pszDescr,
    86                            PSZ pszFile,
     85                           PCSZ pszDescr,
     86                           PCSZ pszFile,
    8787                           ULONG ulVolume);
    8888
    8989    BOOL sndSetSystemSound(HAB hab,
    9090                           USHORT usIndex,
    91                            PSZ pszDescr,
    92                            PSZ pszFile,
     91                           PCSZ pszDescr,
     92                           PCSZ pszFile,
    9393                           ULONG ulVolume);
    9494
    95     BOOL sndDoesSchemeExist(PSZ pszScheme);
     95    BOOL sndDoesSchemeExist(PCSZ pszScheme,
     96                            PSZ *ppszRealScheme);
    9697
    9798    APIRET sndCreateSoundScheme(HINI hiniMMPM,
    98                                 PSZ pszNewScheme);
     99                                PCSZ pszNewScheme);
    99100
    100101    APIRET sndLoadSoundScheme(HINI hiniMMPM,
    101                               PSZ pszScheme);
     102                              PCSZ pszScheme);
    102103
    103     APIRET sndDestroySoundScheme(PSZ pszScheme);
     104    APIRET sndDestroySoundScheme(PCSZ pszScheme);
    104105
    105106#endif
Note: See TracChangeset for help on using the changeset viewer.