Add shield icon to start/stop server button.

This commit is contained in:
Ron Pedde
2007-03-13 03:43:30 +00:00
parent 63b49ffd04
commit aa2a9c2c43
4 changed files with 6 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
#endif
#ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later.
#define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows.
#define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
#endif
#ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later.