Merge pull request #738 from cxd4/bool-to-int

[Plugin Specs] Change uint32_t to int32_t (formerly BOOL).
This commit is contained in:
zilmar 2015-11-10 14:48:32 +11:00
commit f7a96212c1
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