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:
Andrew Kelley 2016-05-24 17:54:12 -07:00
commit 40a4d8dfc0

View file

@ -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