22#if defined(_WINDOWS) && !defined(__MINGW32__)
47#define ABF_BLANK_FILL(d) (memset((void *)(d), ' ', sizeof(d)))
48#define ABF_SET_STRING(d, s) (ABFU_SetABFString(d, s, sizeof(d)))
49#define ABF_GET_STRING(d, s, n) (ABFU_GetABFString(d, n, s, sizeof(s)))
void WINAPI ABFU_SetABFString(LPSTR psDest, LPCSTR psSrce, int nMaxLength)
UINT WINAPI ABFU_GetTempFileName(LPCSTR szPrefix, UINT uUnique, LPSTR lpTempName)
BOOL WINAPI ABFU_ReadFile(FILEHANDLE hFile, LPVOID lpBuf, DWORD dwBytesToRead)
long WINAPI ABFU_FixFileStartDate(long lDate)
void WINAPI ABFU_GetABFString(LPSTR psDest, int nMaxDest, LPCSTR psSrce, int nMaxSrce)