quiet warning in ddk header
This commit is contained in:
@@ -807,7 +807,11 @@ bool RageInput::WasBeingPressed( DeviceInput di )
|
|||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include "ddk/setupapi.h"
|
#include "ddk/setupapi.h"
|
||||||
|
/* Quiet header warning: */
|
||||||
|
#pragma warning( push )
|
||||||
|
#pragma warning (disable : 4201)
|
||||||
#include "ddk/hidsdi.h"
|
#include "ddk/hidsdi.h"
|
||||||
|
#pragma warning( pop )
|
||||||
}
|
}
|
||||||
|
|
||||||
char *USB::GetUSBDevicePath (int num)
|
char *USB::GetUSBDevicePath (int num)
|
||||||
|
|||||||
Reference in New Issue
Block a user