Kaydet (Commit) 8bcbc1d5 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

This *is* C code

Change-Id: I4461b7a38862ad2c9861861fad8d6bf4bafd01ab
üst 40ddc262
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#pragma warning(disable:4273) // inconsistent dll linkage #pragma warning(disable:4273) // inconsistent dll linkage
#endif #endif
extern "C" DWORD WINAPI GetShortPathNameW(LPCWSTR lpszLongPath,LPWSTR lpszShortPath,DWORD cchBuffer) DWORD WINAPI GetShortPathNameW(LPCWSTR lpszLongPath,LPWSTR lpszShortPath,DWORD cchBuffer)
{ {
typedef DWORD (WINAPI * GetShortPathNameW_t) (LPCWSTR,LPWSTR,DWORD); typedef DWORD (WINAPI * GetShortPathNameW_t) (LPCWSTR,LPWSTR,DWORD);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment