Fixed errors in inline.h.
More compiling. 156 unique undefined references.
This commit is contained in:
parent
cfd7274022
commit
29792b40ef
19 changed files with 504 additions and 1092 deletions
|
@ -1,3 +1,5 @@
|
|||
#include "fixer.h"
|
||||
|
||||
#include "media.hpp"
|
||||
|
||||
void * MediaMedium::GetWriteBuffer(unsigned * pSize, unsigned /*nDesiredSize*/)
|
||||
|
@ -51,7 +53,7 @@ unsigned MediaWinFileMedium::GetRemainingSize()
|
|||
return 0;
|
||||
}
|
||||
|
||||
unsigned nSize = GetFileSize(m_hFile,NULL);
|
||||
unsigned nSize = GetFileSize(m_hFile, 0);
|
||||
|
||||
if (0xffffffff == nSize)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue