Skip to content

Commit b9478cb

Browse files
fix constant value
1 parent 33ac553 commit b9478cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

idelib/php_win32service.constants.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@
186186

187187
/* Win32 Recovery Constants */
188188
define("WIN32_SC_ACTION_NONE", 0x00000000, true); /* 0x00000000 No Action */
189-
define("WIN32_SC_ACTION_REBOOT", 0x00000001, true); /* 0x00000001 Reboot the computer */
190-
define("WIN32_SC_ACTION_RESTART", 0x00000002, true); /* 0x00000002 Restart the service */
189+
define("WIN32_SC_ACTION_RESTART", 0x00000001, true); /* 0x00000001 Restart the service */
190+
define("WIN32_SC_ACTION_REBOOT", 0x00000002, true); /* 0x00000002 Reboot the computer */
191191
define("WIN32_SC_ACTION_RUN_COMMAND", 0x00000003, true); /* 0x00000003 Run the command */
192192

193193
/* Win32 Informations Keys */

0 commit comments

Comments
 (0)