Fix more warnings

This commit is contained in:
Cameron Gutman
2020-12-05 23:30:25 -06:00
parent 3fddfc5557
commit 8dc304bcd3
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
#pragma pack(push, 1)
typedef struct _NV_INPUT_HEADER {
int packetType;
uint32_t packetType;
} NV_INPUT_HEADER, PNV_INPUT_HEADER;
#define PACKET_TYPE_HAPTICS 0x06