mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-22 23:05:29 +00:00
Merge pull request #75 from michaelmaltese/patch-2
WASAPI: define WIN32_LEAN_AND_MEAN in source as well as header
This commit is contained in:
commit
40a4d8dfc0
|
@ -5,6 +5,10 @@
|
|||
* See http://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
|
||||
#define INITGUID
|
||||
#define CINTERFACE
|
||||
#define COBJMACROS
|
||||
|
|
Loading…
Reference in a new issue