Move win32 definitions to nearest include.

This commit is contained in:
2021-03-11 22:03:17 +00:00
parent bfa84533d4
commit ae3c945e2c
10 changed files with 223 additions and 189 deletions

View File

@@ -5,6 +5,8 @@
#ifndef SETTER_SRC_WIN32_LINKS_H_
#define SETTER_SRC_WIN32_LINKS_H_
#include "win32.h"
static BOOL(WINAPI* WinNtCreateHardLinkA)(LPCSTR, LPCSTR, LPSECURITY_ATTRIBUTES);
static BOOL(WINAPI* WinNtCreateSymbolicLinkA)(LPCSTR, LPCSTR, DWORD);