Files
fstester/setter/src/win32/links.h

14 lines
319 B
C
Raw Normal View History

2021-03-11 16:51:04 +00:00
//
// Created by claunia on 11/3/21.
//
#ifndef SETTER_SRC_WIN32_LINKS_H_
#define SETTER_SRC_WIN32_LINKS_H_
#include "win32.h"
2021-03-11 18:35:06 +00:00
static BOOL(WINAPI* WinNtCreateHardLinkA)(LPCSTR, LPCSTR, LPSECURITY_ATTRIBUTES);
static BOOL(WINAPI* WinNtCreateSymbolicLinkA)(LPCSTR, LPCSTR, DWORD);
2021-03-11 16:51:04 +00:00
#endif // SETTER_SRC_WIN32_LINKS_H_