|
@@ -48,12 +48,6 @@ Var
|
|
Win32MinorVersion,
|
|
Win32MinorVersion,
|
|
Win32BuildNumber : dword;
|
|
Win32BuildNumber : dword;
|
|
Win32CSDVersion : ShortString; // CSD record is 128 bytes only?
|
|
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 }
|
|
{ Compatibility with Delphi }
|
|
function Win32Check(res:boolean):boolean;inline;
|
|
function Win32Check(res:boolean):boolean;inline;
|