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/joy.cpp

    r8470 r21927  
    3434static BOOL aJoyCaptured[MAXJOYDRIVERS]  = {FALSE,FALSE};
    3535
    36 void _Optlink joySendMessages(void *pData);
     36void joySendMessages(void *pData);
    3737
    3838LONG JoyGetPos(HANDLE hGame, UINT wID, LPJOYINFO lpInfo)
     
    431431// * Author    : Przemyslaw Dobrowolski [Tue, 1999/06/29 09:00]
    432432// ***************************************************************************
    433 void _Optlink joySendMessages(void *pData)
     433void joySendMessages(void *pData)
    434434{
    435435  PJOYTHREADOPT      opt = (PJOYTHREADOPT) pData;
Note: See TracChangeset for help on using the changeset viewer.