mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
RtlRandom is now part of NDK since r29254
svn path=/trunk/; revision=29278
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user