Constify
This commit is contained in:
parent
cd27bdb683
commit
86fbb6357d
@ -133,7 +133,7 @@ extern const struct ExtensionType * sExtensionType;
|
|||||||
typedef struct _ConfigurePrefs
|
typedef struct _ConfigurePrefs
|
||||||
{
|
{
|
||||||
unsigned int flags;
|
unsigned int flags;
|
||||||
char * os;
|
String const * os;
|
||||||
} ConfigurePrefs;
|
} ConfigurePrefs;
|
||||||
# define PREFS_n 0x1
|
# define PREFS_n 0x1
|
||||||
# define PREFS_S 0x2
|
# define PREFS_S 0x2
|
||||||
|
Loading…
Reference in New Issue
Block a user