mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 17:47:56 +02:00
* cleaned up mess of r13516
git-svn-id: trunk@13524 -
This commit is contained in:
parent
a1179733a7
commit
a2862ce347
@ -48,12 +48,6 @@ Var
|
||||
Win32MinorVersion,
|
||||
Win32BuildNumber : dword;
|
||||
Win32CSDVersion : ShortString; // CSD record is 128 bytes only?
|
||||
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;
|
||||
|
||||
{ Compatibility with Delphi }
|
||||
function Win32Check(res:boolean):boolean;inline;
|
||||
|
@ -114,6 +114,13 @@ const
|
||||
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
|
||||
|
||||
var
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user