DRTVWR-494: Fix Windows macro collisions in windows_volume_catcher

by tweaking #include order.
master
Nat Goodspeed 2019-12-13 08:44:51 -05:00
parent 0a9a20a5df
commit b1477e98f6
1 changed files with 2 additions and 1 deletions

View File

@ -27,8 +27,9 @@
*/
#include "volume_catcher.h"
#include <windows.h>
#include "llsingleton.h"
#include <windows.h>
#include <mmeapi.h>
class VolumeCatcherImpl : public LLSingleton<VolumeCatcherImpl>
{
LLSINGLETON(VolumeCatcherImpl);