mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Add support for Cygwin.
This commit is contained in:
@@ -27,6 +27,10 @@ Copyright (C) 2011-2021 Natalia Portillo
|
||||
|
||||
#include "win32.h"
|
||||
|
||||
#ifdef __CYGWIN__
|
||||
void CygwinLinks(const char* path);
|
||||
#endif // __CYGWIN__
|
||||
|
||||
static BOOL(WINAPI* WinNtCreateHardLinkA)(LPCSTR, LPCSTR, LPSECURITY_ATTRIBUTES);
|
||||
static BOOL(WINAPI* WinNtCreateSymbolicLinkA)(LPCSTR, LPCSTR, DWORD);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user