fix a typo

svn path=/trunk/; revision=28547
This commit is contained in:
Ged Murphy 2007-08-25 15:18:45 +00:00
parent 652314013e
commit 3e6a02c31d
2 changed files with 2 additions and 2 deletions

View file

@ -187,7 +187,7 @@ BOOL DoResume(PMAIN_WND_INFO Info)
{ {
ret = Control(Info, ret = Control(Info,
hProgDlg, hProgDlg,
SERVICE_CONTROL_RESUME); SERVICE_CONTROL_CONTINUE);
SendMessage(hProgDlg, WM_DESTROY, 0, 0); SendMessage(hProgDlg, WM_DESTROY, 0, 0);
} }

View file

@ -27,7 +27,7 @@
<file>query.c</file> <file>query.c</file>
<file>reg.c</file> <file>reg.c</file>
<file>servman.c</file> <file>servman.c</file>
<file>start.c</file> <file>start.c</file>
</compilationunit> </compilationunit>
<file>servman.rc</file> <file>servman.rc</file>
<pch>precomp.h</pch> <pch>precomp.h</pch>