mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
fix build. didn't realise this was still used.
svn path=/trunk/; revision=28669
This commit is contained in:
parent
1bf6653228
commit
4862094dd0
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ DoCreate(PCREATE_DATA Data)
|
|||
|
||||
/* Set the service description in the registry
|
||||
* CreateService does not do this for us */
|
||||
SetDescription(Data->ServiceName,
|
||||
Data->Description);
|
||||
//SetDescription(Data->ServiceName,
|
||||
// Data->Description);
|
||||
|
||||
/* report success to user */
|
||||
LoadString(hInstance,
|
||||
|
|
Loading…
Reference in a new issue