diff options
Diffstat (limited to 'src/inc/longfilepathwrappers.h')
-rw-r--r-- | src/inc/longfilepathwrappers.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/inc/longfilepathwrappers.h b/src/inc/longfilepathwrappers.h index a847988935..a0ffe38da5 100644 --- a/src/inc/longfilepathwrappers.h +++ b/src/inc/longfilepathwrappers.h @@ -124,18 +124,18 @@ GetLongPathNameWrapper( SString& lpszLongPath ); -UINT GetTempFileNameWrapper( +UINT WINAPI GetTempFileNameWrapper( _In_ LPCTSTR lpPathName, _In_ LPCTSTR lpPrefixString, _In_ UINT uUnique, SString& lpTempFileName ); -DWORD GetTempPathWrapper( +DWORD WINAPI GetTempPathWrapper( SString& lpBuffer ); -DWORD GetCurrentDirectoryWrapper( +DWORD WINAPI GetCurrentDirectoryWrapper( SString& lpBuffer ); @@ -145,7 +145,7 @@ GetModuleFileNameWrapper( SString& buffer ); -DWORD GetEnvironmentVariableWrapper( +DWORD WINAPI GetEnvironmentVariableWrapper( _In_opt_ LPCTSTR lpName, _Out_opt_ SString& lpBuffer ); |