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