comparison dmd/root/man.c @ 1367:8026319762be

Merged DMD 1.045 !!!
author Tomas Lindquist Olsen <tomas.l.olsen gmail com>
date Sat, 16 May 2009 22:21:31 +0200
parents 1853dcd9b944
children def7a1d494fd
comparison
equal deleted inserted replaced
1366:81121ac19f61 1367:8026319762be
24 ShellExecute(NULL, "open", url, NULL, NULL, SW_SHOWNORMAL); 24 ShellExecute(NULL, "open", url, NULL, NULL, SW_SHOWNORMAL);
25 } 25 }
26 26
27 #endif 27 #endif
28 28
29 #if linux 29 #if linux || __FreeBSD__ || __sun&&__SVR4
30 30
31 #include <sys/types.h> 31 #include <sys/types.h>
32 #include <sys/wait.h> 32 #include <sys/wait.h>
33 #include <unistd.h> 33 #include <unistd.h>
34 34
96 } 96 }
97 97
98 #endif 98 #endif
99 99
100 100
101 #if __FreeBSD__
102 #endif