fileHD.cpp compile error..
#1
just pulled the latest 13801 rev and FileHD.cpp wont compile

looking through the code i was wondering if
fd = m_hFile.fd;

should actually be

fd = (*m_hFile).fd;

I've made the change and its got me compiling again
Reply
#2
thats on line 104 of that file for those interested.
Reply
#3
and low and behold its fixed in 13802 hahaahah...thanks guys!
Reply

Logout Mark Read Team Forum Stats Members Help
fileHD.cpp compile error..0