|
@@ -106,6 +106,13 @@ const
|
|
|
Dll_Process_Detach_Hook : TDLL_Entry_Hook = nil;
|
|
|
Dll_Thread_Attach_Hook : TDLL_Entry_Hook = nil;
|
|
|
Dll_Thread_Detach_Hook : TDLL_Entry_Hook = nil;
|
|
|
+
|
|
|
+Const
|
|
|
+ { it can be discussed whether fmShareDenyNone means read and write or read, write and delete, see
|
|
|
+ also http://bugs.freepascal.org/view.php?id=8898, this allows users to configure the used
|
|
|
+ value
|
|
|
+ }
|
|
|
+ fmShareDenyNoneFlags : DWord = 3;
|
|
|
|
|
|
implementation
|
|
|
|