quiet warning in ddk header

This commit is contained in:
Glenn Maynard
2002-10-11 17:52:02 +00:00
parent 02dc122958
commit cc0735ecd7
+4
View File
@@ -807,7 +807,11 @@ bool RageInput::WasBeingPressed( DeviceInput di )
extern "C" {
#include "ddk/setupapi.h"
/* Quiet header warning: */
#pragma warning( push )
#pragma warning (disable : 4201)
#include "ddk/hidsdi.h"
#pragma warning( pop )
}
char *USB::GetUSBDevicePath (int num)