Windows2003-3790/inetcore/urlmon/download/unixfile.h
2020-09-30 16:53:55 +02:00

22 lines
411 B
C

#ifndef __UNXFILE__
#define __UNXFILE__
#include <windows.h>
#ifdef __cplusplus
extern "C"
{
#endif /* __cplusplus */
void UnixEnsureDir( char* pszFile );
void UnixifyFileName( char* lpszName);
HRESULT CheckIEFeatureOnUnix(LPCWSTR pwszIEFeature, DWORD* dwInstalledVerHi, DWORD* dwInstalledVerLo, DWORD dwFlags);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* __UNXFILE__ */