* include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoid

warnings.
	Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>.
	* Makefile.in (bindist): Correct process.
	* lib/Makefile.in (install): Ditto.
	Thanks to Jeff Bonnggren <jbon@users.sf.net>.
This commit is contained in:
Earnie Boyd
2003-03-11 14:44:58 +00:00
parent 2afa7f5882
commit 296b2a5f17
4 changed files with 13 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ extern "C" {
#define SC_MANAGER_LOCK 8
#define SC_MANAGER_QUERY_LOCK_STATUS 16
#define SC_MANAGER_MODIFY_BOOT_CONFIG 32
#define SERVICE_NO_CHANGE (-1)
#define SERVICE_NO_CHANGE 0xffffffff
#define SERVICE_STOPPED 1
#define SERVICE_START_PENDING 2
#define SERVICE_STOP_PENDING 3