Skip to content

Commit

Permalink
fix build in mingw32.
Browse files Browse the repository at this point in the history
Signed-off-by: Jack <[email protected]>
  • Loading branch information
Jackarain committed Sep 12, 2013
1 parent e8d334b commit 88ce27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/avhttp/impl/file.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ file::size_type file::get_size(boost::system::error_code& ec) const
file::size_type file::sparse_end(size_type start) const
{
#ifdef WIN32
#ifdef _MINGW
#if defined(__MINGW32__) || defined(MINGW32)
typedef struct _FILE_ALLOCATED_RANGE_BUFFER {
LARGE_INTEGER FileOffset;
LARGE_INTEGER Length;
Expand Down

0 comments on commit 88ce27d

Please sign in to comment.