Update README.md
This commit is contained in:
@@ -14,7 +14,7 @@ switch "app", "gui"
|
||||
# Select static link or shared/dll link
|
||||
when defined(windows):
|
||||
const STATIC_LINK_GLFW = false
|
||||
const STATIC_LINK_CC = true #libstd++ or libc
|
||||
const STATIC_LINK_CC = false #libstd++ or libc
|
||||
if TC == "vcc":
|
||||
switch "passL","d3d9.lib kernel32.lib user32.lib gdi32.lib winspool.lib"
|
||||
switch "passL","comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib"
|
||||
|
||||
@@ -56,7 +56,7 @@ let module* = Module(
|
||||
Command(
|
||||
name: protect("enable-privilege"),
|
||||
commandType: CMD_ENABLE_PRIV,
|
||||
description: protect("enable a token privilege."),
|
||||
description: protect("Enable a token privilege."),
|
||||
example: protect("enable-privilege SeImpersonatePrivilege"),
|
||||
arguments: @[
|
||||
Argument(name: protect("privilege"), description: protect("Privilege to enable."), argumentType: STRING, isRequired: true)
|
||||
@@ -66,7 +66,7 @@ let module* = Module(
|
||||
Command(
|
||||
name: protect("disable-privilege"),
|
||||
commandType: CMD_DISABLE_PRIV,
|
||||
description: protect("disable a token privilege."),
|
||||
description: protect("Disable a token privilege."),
|
||||
example: protect("disable-privilege SeImpersonatePrivilege"),
|
||||
arguments: @[
|
||||
Argument(name: protect("privilege"), description: protect("Privilege to disable."), argumentType: STRING, isRequired: true)
|
||||
|
||||
Reference in New Issue
Block a user