File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -79,14 +79,14 @@ constexpr P_ARCH ARCHITECTURE = arch_arm;
79
79
80
80
// port_server_flags
81
81
82
- constexpr USHORT SRVR_server = 1 ; // server
83
- constexpr USHORT SRVR_multi_client = 2 ; // multi-client server
84
- constexpr USHORT SRVR_debug = 4 ; // debug run
85
- constexpr USHORT SRVR_inet = 8 ; // Inet protocol
86
- constexpr USHORT SRVR_xnet = 16 ; // Xnet protocol (Win32)
87
- constexpr USHORT SRVR_non_service = 32 ; // not running as an NT service
88
- constexpr USHORT SRVR_high_priority = 64 ; // fork off server at high priority
89
- constexpr USHORT SRVR_thread_per_port = 128 ; // bind thread to a port
90
- constexpr USHORT SRVR_no_icon = 256 ; // tell the server not to show the icon
82
+ inline constexpr USHORT SRVR_server = 1 ; // server
83
+ inline constexpr USHORT SRVR_multi_client = 2 ; // multi-client server
84
+ inline constexpr USHORT SRVR_debug = 4 ; // debug run
85
+ inline constexpr USHORT SRVR_inet = 8 ; // Inet protocol
86
+ inline constexpr USHORT SRVR_xnet = 16 ; // Xnet protocol (Win32)
87
+ inline constexpr USHORT SRVR_non_service = 32 ; // not running as an NT service
88
+ inline constexpr USHORT SRVR_high_priority = 64 ; // fork off server at high priority
89
+ inline constexpr USHORT SRVR_thread_per_port = 128 ; // bind thread to a port
90
+ inline constexpr USHORT SRVR_no_icon = 256 ; // tell the server not to show the icon
91
91
92
92
#endif /* REMOTE_REMOTE_DEF_H */
You can’t perform that action at this time.
0 commit comments