Eric Kohl
af7456a1e4
[CABMAN] Third addendum to 7afc888
: Also use the the old code in the Trucate() method on Linux
2019-09-19 15:36:18 +02:00
Eric Kohl
0e4dd0fcbc
[CABMAN] Second addendum to 7afc888
: Use the old code to make Linux happy.
...
Sorry for the noise, but I do not have a Linux machine to test the build. :-/
2019-09-19 15:25:23 +02:00
Eric Kohl
2949b2f08b
[CABMAN] Addendum to 7afc8882
: Use PATH_MAX instead of MAX_PATH
2019-09-19 15:07:57 +02:00
Eric Kohl
7afc888279
[CABMAN] Do not use tmpfile() because it does not work well on Windows XP
...
- Use tempnam() and fopen() instead.
- Prevent the use of file names with a leading slash or backslash.
- Also prevent the use of file names with a trailing dot.
- Remove temporary files after use.
2019-09-19 14:56:50 +02:00
Timo Kreuzer
43c93faa16
Revert "[CABMAN] Fix a problem with creating temp files on some Windows system"
...
This reverts commit bcb0d7c6c9
.
2019-09-01 16:26:01 +02:00
Timo Kreuzer
bcb0d7c6c9
[CABMAN] Fix a problem with creating temp files on some Windows system
2018-12-29 21:37:42 +01:00
Dmitry Bagdanov
991d33c5d1
[CABMAN] Move CCFDATAStorage class to a separate file
2018-01-27 10:42:05 +01:00