reactos/sdk
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
..
cmake [CMAKE] Turn C4715: "'function': not all control paths return a value" into an error on MSVC builds 2019-08-23 14:47:39 +02:00
include [LSA][SECUR32] Check for untrusted clients 2019-09-17 12:58:11 +02:00
lib [SDK:NT] Remove Win32-isms. 2019-09-19 02:39:59 +02:00
tools [CABMAN] Do not use tmpfile() because it does not work well on Windows XP 2019-09-19 14:56:50 +02:00