mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:22:58 +00:00
RtlRandom is now part of NDK since r29254
svn path=/trunk/; revision=29278
This commit is contained in:
parent
e49bdbeea7
commit
22006f87c9
1 changed files with 0 additions and 7 deletions
|
@ -114,13 +114,6 @@ int check_arp( struct interface_info *ip, struct client_lease *lp )
|
||||||
|
|
||||||
time_t scripttime;
|
time_t scripttime;
|
||||||
|
|
||||||
/* XXX Added this since it's not in the NDK ;0/ */
|
|
||||||
ULONG
|
|
||||||
NTAPI
|
|
||||||
RtlRandom(
|
|
||||||
IN OUT PULONG Seed
|
|
||||||
);
|
|
||||||
|
|
||||||
/* XXX Implement me */
|
/* XXX Implement me */
|
||||||
int check_arp( struct interface_info *ip, struct client_lease *lp ) {
|
int check_arp( struct interface_info *ip, struct client_lease *lp ) {
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue