RtlRandom is now part of NDK since r29254
authorHervé Poussineau <hpoussin@reactos.org>
Fri, 28 Sep 2007 12:13:44 +0000 (12:13 +0000)
committerHervé Poussineau <hpoussin@reactos.org>
Fri, 28 Sep 2007 12:13:44 +0000 (12:13 +0000)
svn path=/trunk/; revision=29278

reactos/base/services/dhcp/dhclient.c

index 660fdfa..4cfa021 100644 (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;