Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2009-10-02 17:49:39 +0400
committerChristopher Faylor <me@cgf.cx>2009-10-02 17:49:39 +0400
commita37e07482c0a1ebb4be22d9d22c2bc6106e11a47 (patch)
tree86c987c6cc038e7715bc2a215e1eb32067a41e8a /winsup/utils/mkgroup.c
parent45162575d2202dbadc4695113202d20c480bed70 (diff)
* mkpasswd.c: Properly define __progname as __declspec(dllimport).
* mkgroup.c: Ditto.
Diffstat (limited to 'winsup/utils/mkgroup.c')
-rw-r--r--winsup/utils/mkgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/mkgroup.c b/winsup/utils/mkgroup.c
index fe55651e2..19b679ee1 100644
--- a/winsup/utils/mkgroup.c
+++ b/winsup/utils/mkgroup.c
@@ -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};