mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 12:10:44 +02:00
windows default device fix:
- fixed tabs>spaces - doesn't require atlbase anymore, so works on visual studio express
This commit is contained in:
parent
4335ba7b5a
commit
e9922b6db9
1 changed files with 41 additions and 39 deletions
|
@ -16,7 +16,9 @@
|
|||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#include <atlbase.h>
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include <Mmsystem.h>
|
||||
#include <mmdeviceapi.h>
|
||||
#include <devicetopology.h>
|
||||
#include <Functiondiscoverykeys_devpkey.h>
|
||||
|
|
Loading…
Reference in a new issue