This commit is contained in:
Pierre Pronchery 2019-02-21 02:26:50 +01:00
parent cd27bdb683
commit 86fbb6357d

View File

@ -133,7 +133,7 @@ extern const struct ExtensionType * sExtensionType;
typedef struct _ConfigurePrefs
{
unsigned int flags;
char * os;
String const * os;
} ConfigurePrefs;
# define PREFS_n 0x1
# define PREFS_S 0x2