diff options
Diffstat (limited to 'plugins/FingerprintNG/src/stdafx.h')
-rw-r--r-- | plugins/FingerprintNG/src/stdafx.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/FingerprintNG/src/stdafx.h b/plugins/FingerprintNG/src/stdafx.h index e25cb6ae39..5c18b48fc9 100644 --- a/plugins/FingerprintNG/src/stdafx.h +++ b/plugins/FingerprintNG/src/stdafx.h @@ -47,10 +47,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. struct RGBA
{
- BYTE b;
- BYTE g;
- BYTE r;
- BYTE a;
+ uint8_t b;
+ uint8_t g;
+ uint8_t r;
+ uint8_t a;
};
struct KN_FP_MASK
|