Ignore:
Timestamp:
Dec 23, 2011, 7:16:58 PM (14 years ago)
Author:
dmik
Message:

Fix build breaks with the newest GCC 4.4.6 from GIT.

In particular, GCC is now strict about matching the calling convention
of the prototype (argument) and the real function used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/midi.cpp

    r21916 r21927  
    833833
    834834
    835 static void _Optlink TimerInHandler(void *);
     835static void TimerInHandler(void *);
    836836
    837837MidiIn * MidiIn::iFirst = NULL;
     
    968968}
    969969
    970 static void _Optlink TimerInHandler(void *vMidiIn)
     970static void TimerInHandler(void *vMidiIn)
    971971{
    972972  unsigned long rc=0;
Note: See TracChangeset for help on using the changeset viewer.