* mkpasswd.c: Properly define __progname as __declspec(dllimport).

* mkgroup.c: Ditto.
This commit is contained in:
Christopher Faylor 2009-10-02 13:49:39 +00:00
parent 45162575d2
commit a37e07482c
2 changed files with 2 additions and 2 deletions

View File

@ -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};

View File

@ -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};