/[svn]/linuxsampler/trunk/src/drivers/audio/iasiothiscallresolver.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/audio/iasiothiscallresolver.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1807 by senoner, Wed Nov 21 00:52:09 2007 UTC revision 1808 by persson, Sun Dec 14 15:43:18 2008 UTC
# Line 127  Line 127 
127  #endif  #endif
128    
129  #include <windows.h>  #include <windows.h>
130    
131    // bug work-around for incompability between ASIO SDK and MinGW 3.15:
132    #define InterlockedIncrement DummyInterlockedIncrement
133    #define InterlockedDecrement DummyInterlockedDecrement
134    #define InterlockedExchange DummyInterlockedExchange
135    
136  #include <asiodrvr.h> /* From ASIO SDK */  #include <asiodrvr.h> /* From ASIO SDK */
137    
138  class IASIOThiscallResolver : public IASIO {  class IASIOThiscallResolver : public IASIO {

Legend:
Removed from v.1807  
changed lines
  Added in v.1808

  ViewVC Help
Powered by ViewVC