Re: winhttp: tests/server.c[new]: Add basic internal server test (RESEND)
16 Oct
2008
16 Oct
'08
9:27 a.m.
Zac Brown <zac(a)zacbrown.org> writes:
+ si.hEvent = CreateEvent(NULL, 0, 0, NULL); + si.port = rand() + 8000;
You need to search for an available port, rand() is not an appropriate mechanism. -- Alexandre Julliard julliard(a)winehq.org
6357
Age (days ago)
6357
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard