diff options
Diffstat (limited to 'app/bin/common.h')
| -rw-r--r-- | app/bin/common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/bin/common.h b/app/bin/common.h index f03a04c..da2d40e 100644 --- a/app/bin/common.h +++ b/app/bin/common.h @@ -314,5 +314,10 @@ typedef struct { #include "command.h" #include "menu.h" +#ifndef WINDOWS +// base type of converted .png files +typedef unsigned char guint8; +#endif + #endif |
