added LSL2 stored procedures
This commit is contained in:
12
LSL2/STPROC/OENGINEINIT.txt
Normal file
12
LSL2/STPROC/OENGINEINIT.txt
Normal file
@ -0,0 +1,12 @@
|
||||
Compile subroutine OEngineInit(void)
|
||||
#pragma SRP_Precompiler
|
||||
|
||||
$Insert ENVIRON_CONSTANTS
|
||||
|
||||
Declare subroutine Set_Env
|
||||
|
||||
Set_Env(ENV_DEBUGGER_ENABLED$, 2, 1)
|
||||
Set_Env(ENV_DEBUGGER_INTERCEPT_PROC$,'SERVICE_MANAGER_DEBUGGER_INTERCEPT',1)
|
||||
|
||||
return
|
||||
|
Reference in New Issue
Block a user