DRTVWR-494: Fix Windows macro collisions in windows_volume_catcher
by tweaking #include order.master
parent
0a9a20a5df
commit
b1477e98f6
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue