Ignore:
Timestamp:
Dec 1, 2011, 10:19:11 PM (14 years ago)
Author:
dmik
Message:

Port WINMM, MCICDA and MCIWAVE DLLs to GCC/kBuild.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/winmm/waveoutflash.h

    r21358 r21841  
    4848          void      writeBuffer();
    4949          void      handler(ULONG ulStatus, PMCI_MIX_BUFFER pBuffer, ULONG ulFlags);
    50           void      mciError(char * msg, ULONG rc);
     50          void      mciError(const char * msg, ULONG rc);
    5151
    5252private:
     
    7070};
    7171
     72LONG APIENTRY FlashWaveOutHandler(ULONG ulStatus, PMCI_MIX_BUFFER pBuffer,
     73                                  ULONG ulFlags);
     74
    7275#endif
    7376
Note: See TracChangeset for help on using the changeset viewer.