|
|
Gisle Vanem <gvanem@xxxxxxxxxxxx> said: > Is using USE_PTHREAD any points for Windows version > of openvpn? If not, it should perhaps cause an "#error". Good idea. > It doesn't compile because of missing 'reads' in 'struct event_wait'. > > OpenVPN 1.5.0 + gcc MingW. Pthreads doesn't work on Windows. Windows has its own threading model and is incompatible with pthreads. > BTW. My DDK doesn't have ntstrsafe.h. Isn't there a way > to build the tap w/o that? (normal str*() functions). Not really advised, as it may create buffer overflow vulnerabilities in the driver. The DDKs for Win2k and up should have ntstrsafe.h James ____________________________________________ Openvpn-devel mailing list Openvpn-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-devel Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2003-12/msg00020.html on line 197 Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2003-12/msg00020.html on line 197 |