florian
|
cba72c423d
* patch by Sergei Gorelkin to use always SetFilePointer, also for files with >2GB, this saves some lines of code, resolves #14630
|
16 lat temu |
florian
|
a2862ce347
* cleaned up mess of r13516
|
16 lat temu |
florian
|
d34061d7e4
* introduced fmShareDenyNoneFlags on windows because the meaning of fmShareDenyNone is unclear, see also #8898
|
16 lat temu |
florian
|
b47650960e
* patch by Sergei Gorelkin: makes WideCompareText and WideCompareStr work in Windows 9x , resolves #13955
|
16 lat temu |
marco
|
97093e4f2b
* fixed 64-bit size of findmatch. (mantis 13504) Tested with $12000001 bytes large file, matched to the byte.
|
16 lat temu |
Almindor
|
4a54f15b47
* fix GetAppConfigDir and GetTmpDir for Windows(R)(c)(TM) and WinCE, unify with unix and provide pathdelim at end
|
17 lat temu |
michael
|
26575472b6
* Added GetUSerDir function (ID 11338)
|
17 lat temu |
peter
|
69363bad5e
* quote parameters with spaces
|
17 lat temu |
peter
|
95d0ce1270
* VendorName function added to allow an extra subdirectory
|
17 lat temu |
peter
|
50a9dcd5f9
* global appconfig dir needs to be common_appdata directory
|
17 lat temu |
yury
|
d7d6b37158
* Fixed warnings.
|
17 lat temu |
florian
|
86e3e79e67
+ WC_NO_BEST_FIT_CHARS
|
17 lat temu |
yury
|
220a37b443
* Do not fill generic upcase and lowcase conversion tables for windows targets, because generic ANSI routines are not used here.
|
18 lat temu |
florian
|
728055586a
+ delphi compatibility stuff
|
18 lat temu |
Tomas Hajny
|
5e1a7997ee
+ FileTruncate allows 64-bit parameter
|
18 lat temu |
florian
|
35fdb22b91
* FileSetDate now working on Win, see #7837
|
18 lat temu |
micha
|
ce9e589e15
* fix FileSeek implementation to match declaration
|
19 lat temu |
florian
|
b6309075a4
+ GetFileVersion (win only)
|
19 lat temu |
micha
|
d704af7216
fix compilation for {$T+} linux/win
|
19 lat temu |
daniel
|
41185d2f1e
* Add stdcall procdir to imported sysgettempfilename
|
19 lat temu |
yury
|
5a49addb35
* fixed more warnings and notes while compiling RTL.
|
19 lat temu |
oro06
|
42bd89095f
*fix fileopen (please OS2,EMX maintainers have a look)
|
19 lat temu |
Tomas Hajny
|
a9b515c0bf
* fexpand defines kept in platform specific sysutils.pp
|
19 lat temu |
florian
|
f4e27fd450
* 64 bit file size support
|
19 lat temu |
peter
|
0237088689
* remove dos unit from sysutils
|
19 lat temu |
florian
|
598853240c
* keep the stack 16 byte aligned on winx64
|
19 lat temu |
florian
|
89f8474388
* unified and moved some win32/win64 stuff
|
19 lat temu |