typedef struct FIO_CONTEXT as FIO_CONTEXT. git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@270 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/include/filehc.h b/mingw-w64-headers/include/filehc.h index 3f8ad50..8621e5a 100644 --- a/mingw-w64-headers/include/filehc.h +++ b/mingw-w64-headers/include/filehc.h
@@ -27,13 +27,13 @@ typedef struct FH_OVERLAPPED *PFH_OVERLAPPED; - struct FIO_CONTEXT { + typedef struct FIO_CONTEXT { DWORD m_dwTempHack; DWORD m_dwSignature; HANDLE m_hFile; DWORD m_dwLinesOffset; DWORD m_dwHeaderLength; - }; + } FIO_CONTEXT; typedef FIO_CONTEXT *PFIO_CONTEXT;