Parent Directory
|
Revision Log
|
Patch
revision 34 by lusky, Sun Oct 2 21:05:51 2005 UTC | revision 908 by stu, Sun Nov 4 23:21:51 2007 UTC | |
---|---|---|
# | Line 22 | Line 22 |
22 | * $Id$ | * $Id$ |
23 | */ | */ |
24 | ||
25 | #ifdef WIN32 | |
26 | ||
27 | #include "stdinc.h" | #include "stdinc.h" |
28 | #include <iphlpapi.h> | #include <iphlpapi.h> |
29 | #include "fdlist.h" | #include "fdlist.h" |
# | Line 498 uname(struct utsname *uts) | Line 500 uname(struct utsname *uts) |
500 | GetComputerName (uts->nodename, &sLength); | GetComputerName (uts->nodename, &sLength); |
501 | return 0; | return 0; |
502 | } | } |
503 | #endif |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |