8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 14:03:07 +01:00

Change the ISCGUARD_SERVICE name here rather than in the iscguard.cpp file

This commit is contained in:
skywalker 2002-06-29 16:59:03 +00:00
parent 3004c66844
commit a5e7d0f929

View File

@ -28,7 +28,7 @@
#define REMOTE_SERVICE "InterBaseServer"
#define REMOTE_DISPLAY_NAME "Firebird Server"
#define REMOTE_EXECUTABLE "bin\\ibserver"
#define ISCGUARD_SERVICE "InterBaseGuardian"
#define ISCGUARD_SERVICE "Firebird Guardian"
#define ISCGUARD_DISPLAY_NAME "Firebird Guardian Service"
#define ISCGUARD_EXECUTABLE "bin\\ibguard"
#define GUARDIAN_MUTEX "InterBaseGuardianMutex"