mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[NETAPI32]
Rename misc.c to utils.c because misc.c will be used for something else. svn path=/trunk/; revision=75971
This commit is contained in:
parent
fdd95cf2c9
commit
98789a5ce7
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,6 @@ list(APPEND SOURCE
|
||||||
dssetup.c
|
dssetup.c
|
||||||
group.c
|
group.c
|
||||||
local_group.c
|
local_group.c
|
||||||
misc.c
|
|
||||||
nbcmdqueue.c
|
nbcmdqueue.c
|
||||||
nbnamecache.c
|
nbnamecache.c
|
||||||
nbt.c
|
nbt.c
|
||||||
|
@ -31,6 +30,7 @@ list(APPEND SOURCE
|
||||||
schedule.c
|
schedule.c
|
||||||
srvsvc.c
|
srvsvc.c
|
||||||
user.c
|
user.c
|
||||||
|
utils.c
|
||||||
wksta.c
|
wksta.c
|
||||||
wksta_new.c
|
wksta_new.c
|
||||||
netapi32.h
|
netapi32.h
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: NetAPI DLL
|
* PROJECT: NetAPI DLL
|
||||||
* FILE: reactos/dll/win32/netapi32/misc.c
|
* FILE: reactos/dll/win32/netapi32/utils.c
|
||||||
* PURPOSE: Helper functions
|
* PURPOSE: Helper functions
|
||||||
*
|
*
|
||||||
* PROGRAMMERS: Eric Kohl
|
* PROGRAMMERS: Eric Kohl
|
Loading…
Reference in a new issue