Go to the documentation of this file.
9 #ifndef DECLSPEC_SELECTANY
10 #define DECLSPEC_SELECTANY __declspec(selectany)
18 #define DEFINE_GUIDEX(name) EXTERN_C const CDECL GUID DECLSPEC_SELECTANY name = { STATICGUIDOF(name) }
20 #define DEFINE_GUIDEX(name) const CDECL GUID DECLSPEC_SELECTANY name = { STATICGUIDOF(name) }
23 #define STATICGUIDOF(guid) STATIC_##guid
26 #ifndef DEFINE_WAVEFORMATEX_GUID
27 #define DEFINE_WAVEFORMATEX_GUID(x) (USHORT)(x),0x0000,0x0010,0x80,0x00,0x00,0xaa,0x00,0x38,0x9b,0x71
Generated for PortAudio by
1.8.1.1