mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +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
|
||||
group.c
|
||||
local_group.c
|
||||
misc.c
|
||||
nbcmdqueue.c
|
||||
nbnamecache.c
|
||||
nbt.c
|
||||
|
@ -31,6 +30,7 @@ list(APPEND SOURCE
|
|||
schedule.c
|
||||
srvsvc.c
|
||||
user.c
|
||||
utils.c
|
||||
wksta.c
|
||||
wksta_new.c
|
||||
netapi32.h
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: NetAPI DLL
|
||||
* FILE: reactos/dll/win32/netapi32/misc.c
|
||||
* FILE: reactos/dll/win32/netapi32/utils.c
|
||||
* PURPOSE: Helper functions
|
||||
*
|
||||
* PROGRAMMERS: Eric Kohl
|
Loading…
Reference in a new issue