mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +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:
@@ -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
|
||||
Reference in New Issue
Block a user