5 #ifndef SCSL_WINHELPERS_H
6 #define SCSL_WINHELPERS_H
8 #if defined(__WIN64__) || defined(__WIN32__) || defined(WIN32)
19 int DisplayWinError(LPTSTR lpszFunction, HANDLE handle);
23 LPCTSTR lpszPrivilege,
27 HANDLE CreateFileWindows(
const char *path);
29 int CreateFixedSizeFile(
const char *path,
size_t size);
scsl is the top-level namespace containing all the code in this library.
Definition: scsl.h:37