blob: 244825d172957355abfbf0d739217f9eb1233e13 (
plain)
1
2
3
4
5
|
#define _UWINAPI_
#include "uwinapi.h"
IMPLEMENT_THUNK( kernel32, WINDOWS, DWORD, WINAPI, GetLongPathNameA, ( LPCTSTR lpShortPath, LPTSTR lpLongPath, DWORD cchBuffer ) )
#include "GetLongPathName.cpp"
|