RtlRandom is now part of NDK since r29254

svn path=/trunk/; revision=29278
This commit is contained in:
Hervé Poussineau 2007-09-28 12:13:44 +00:00
parent e49bdbeea7
commit 22006f87c9

View file

@ -114,13 +114,6 @@ int check_arp( struct interface_info *ip, struct client_lease *lp )
time_t scripttime;
/* XXX Added this since it's not in the NDK ;0/ */
ULONG
NTAPI
RtlRandom(
IN OUT PULONG Seed
);
/* XXX Implement me */
int check_arp( struct interface_info *ip, struct client_lease *lp ) {
return 1;