mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fix warning if defined(DBG)
svn path=/trunk/; revision=6651
This commit is contained in:
parent
0320bf2ca6
commit
f22cfcebd1
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: services.c,v 1.12 2003/08/28 13:38:24 gvg Exp $
|
||||
/* $Id: services.c,v 1.13 2003/11/15 15:08:32 gvg Exp $
|
||||
*
|
||||
* service control manager
|
||||
*
|
||||
|
@ -31,6 +31,7 @@
|
|||
|
||||
#define NTOS_MODE_USER
|
||||
#include <ntos.h>
|
||||
#include <stdio.h>
|
||||
#include <windows.h>
|
||||
|
||||
#include "services.h"
|
||||
|
|
Loading…
Reference in a new issue