diff options
Diffstat (limited to 'include/m_db_int.h')
-rw-r--r-- | include/m_db_int.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/m_db_int.h b/include/m_db_int.h index 660d5791ac..e8a1dfc5d8 100644 --- a/include/m_db_int.h +++ b/include/m_db_int.h @@ -39,10 +39,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. struct DBCHeckCallback
{
- int cbSize;
DWORD spaceProcessed, spaceUsed;
- HANDLE hOutFile;
- bool bCheckOnly, bBackup, bAggressive, bEraseHistory, bMarkRead, bConvertUtf;
void (*pfnAddLogMessage)(int type, const wchar_t *ptszFormat, ...);
};
|