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>2003-03-28 17:21:40 +0300
committerChristopher Faylor <me@cgf.cx>2003-03-28 17:21:40 +0300
commita7ab35c1bb8653a4887d5c258da1eec0d8b43b61 (patch)
tree84b2f2ffb4657619e127f8a7f5dc1bed3be07e3f /winsup/cygwin/external.cc
parenteff6c00e1976fb0c89da9e6bae5a726827d1b61f (diff)
* include/sys/cygwin.h: Declare cygwin_internal as unsigned long.
* external.cc (cygwin_internal): Define as unsigned long. * include/sys/cygwin.h: Move cygwin_internal outside of WINVER conditional.
Diffstat (limited to 'winsup/cygwin/external.cc')
-rw-r--r--winsup/cygwin/external.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/external.cc b/winsup/cygwin/external.cc
index 582bb2add..a7d364a95 100644
--- a/winsup/cygwin/external.cc
+++ b/winsup/cygwin/external.cc
@@ -121,7 +121,7 @@ get_cygdrive_prefixes (char *user, char *system)
return res;
}
-extern "C" DWORD
+extern "C" unsigned long
cygwin_internal (cygwin_getinfo_types t, ...)
{
va_list arg;