mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 20:37:39 +00:00
use char for bool
This commit is contained in:
parent
22dbbbb1f6
commit
2328f7e99a
1 changed files with 3 additions and 3 deletions
|
@ -57,9 +57,9 @@ typedef struct {
|
|||
int error;
|
||||
float xdpi;
|
||||
float ydpi;
|
||||
short isBigEndian;
|
||||
short is16Bit;
|
||||
short is32Bit;
|
||||
char isBigEndian;
|
||||
char is16Bit;
|
||||
char is32Bit;
|
||||
} NSTiffInfo;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue