mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
fix a typo
svn path=/trunk/; revision=28547
This commit is contained in:
@@ -187,7 +187,7 @@ BOOL DoResume(PMAIN_WND_INFO Info)
|
||||
{
|
||||
ret = Control(Info,
|
||||
hProgDlg,
|
||||
SERVICE_CONTROL_RESUME);
|
||||
SERVICE_CONTROL_CONTINUE);
|
||||
|
||||
SendMessage(hProgDlg, WM_DESTROY, 0, 0);
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
<file>query.c</file>
|
||||
<file>reg.c</file>
|
||||
<file>servman.c</file>
|
||||
<file>start.c</file>
|
||||
<file>start.c</file>
|
||||
</compilationunit>
|
||||
<file>servman.rc</file>
|
||||
<pch>precomp.h</pch>
|
||||
|
||||
Reference in New Issue
Block a user