Skip to content

Commit

Permalink
added toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
jfnavarro committed Nov 14, 2011
1 parent be0487e commit bc0545d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions port/port_win.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@
#define close _close
#if defined (__MINGW__) || defined MINGW || defined __MINGW
#define fread_unlocked fread
template <class T>
typename boost::remove_reference<T>::type&&
move(T&& a)
{
return a;
}
#else
#define fread_unlocked _fread_nolock
#endif
Expand Down

0 comments on commit bc0545d

Please sign in to comment.