(svn r3600) -Fix: suppress error on 64bit targets

This commit is contained in:
truelight
2006-02-13 22:06:02 +00:00
parent 604a1a9974
commit e26dcdfa15
2 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ typedef enum {
typedef struct SettingDesc {
const char *name;
int flags;
uint32 flags;
const void *def;
void *ptr;
const void *many;