[Plugin Specs] Change uint32_t to int32_t (formerly BOOL).

This commit is contained in:
unknown 2015-11-09 19:17:43 -05:00
parent 0afe4b47a8
commit d2574dccd1
1 changed files with 3 additions and 3 deletions

View File

@ -45,9 +45,9 @@ typedef union
typedef struct
{
uint32_t Present;
uint32_t RawData;
int32_t Plugin;
int32_t Present;
int32_t RawData;
int32_t Plugin;
} CONTROL;
enum PluginType