From 06303a73138d9651465120412b7a89c2ac811abd Mon Sep 17 00:00:00 2001 From: jaxne Date: Tue, 30 Jun 2020 17:44:56 -0600 Subject: [PATCH] libcommon: WinAPI import header --- libcommon/src/minwindows.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libcommon/src/minwindows.h b/libcommon/src/minwindows.h index 4156a3e3..4f0f1f95 100644 --- a/libcommon/src/minwindows.h +++ b/libcommon/src/minwindows.h @@ -1186,5 +1186,6 @@ WINDOWS_API_IMPORT BOOL WINAPI wglDeleteContext(HGLRC Arg1); WINDOWS_API_IMPORT PROC WINAPI wglGetProcAddress(LPCSTR Arg1); WINDOWS_API_IMPORT BOOL WINAPI WriteConsole(HANDLE hConsoleOutput, const VOID *lpBuffer, DWORD nNumberOfCharsToWrite, LPDWORD lpNumberOfCharsWritten, LPVOID lpReserved); +WINDOWS_API_IMPORT BOOL WINAPI GetFullPathNameA(LPCSTR lpFileName, DWORD nBufferLength, LPSTR lpBuffer, LPSTR *lpFilePart); #endif \ No newline at end of file