mirror of https://github.com/PCSX2/pcsx2.git
portaudio (SPU2-X): Last merge from portaudio svn I forgot to include this change (or tell rama to include it), which breaks debug builds of SPU2-X.
Also, "omfg a commit by gigaherz!" git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5295 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
999ff5c457
commit
b769a79d22
|
@ -149,13 +149,13 @@ Default is to use the pin category.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#define NOMMIDS
|
//#define NOMMIDS
|
||||||
#define DYNAMIC_GUID(data) {data}
|
#define DYNAMIC_GUID(data) {data}
|
||||||
#define _NTRTL_ /* Turn off default definition of DEFINE_GUIDEX */
|
//#define _NTRTL_ /* Turn off default definition of DEFINE_GUIDEX */
|
||||||
#undef DEFINE_GUID
|
//#undef DEFINE_GUID
|
||||||
#define DEFINE_GUID(n,data) EXTERN_C const GUID n = {data}
|
//#define DEFINE_GUID(n,data) EXTERN_C const GUID n = {data}
|
||||||
#define DEFINE_GUID_THUNK(n,data) DEFINE_GUID(n,data)
|
//#define DEFINE_GUID_THUNK(n,data) DEFINE_GUID(n,data)
|
||||||
#define DEFINE_GUIDEX(n) DEFINE_GUID_THUNK(n, STATIC_##n)
|
//#define DEFINE_GUIDEX(n) DEFINE_GUID_THUNK(n, STATIC_##n)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <setupapi.h>
|
#include <setupapi.h>
|
||||||
|
|
Loading…
Reference in New Issue