* mkpasswd.c: Properly define __progname as __declspec(dllimport).
* mkgroup.c: Ditto.
This commit is contained in:
parent
45162575d2
commit
a37e07482c
@ -35,7 +35,7 @@
|
||||
|
||||
static const char version[] = "$Revision$";
|
||||
|
||||
extern char *__progname;
|
||||
extern char *__progname __declspec(dllimport);
|
||||
|
||||
SID_IDENTIFIER_AUTHORITY sid_world_auth = {SECURITY_WORLD_SID_AUTHORITY};
|
||||
SID_IDENTIFIER_AUTHORITY sid_nt_auth = {SECURITY_NT_AUTHORITY};
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
static const char version[] = "$Revision$";
|
||||
|
||||
extern char *__progname;
|
||||
extern char *__progname __declspec(dllimport);
|
||||
|
||||
SID_IDENTIFIER_AUTHORITY sid_world_auth = {SECURITY_WORLD_SID_AUTHORITY};
|
||||
SID_IDENTIFIER_AUTHORITY sid_nt_auth = {SECURITY_NT_AUTHORITY};
|
||||
|
Loading…
Reference in New Issue
Block a user