OSDN Git Service

CheckArchiveの引数の_nFileCountをwxULongLongに変更。
[tpi/lychee.git] / src / common / handle / TPIHandle.cpp
index 0a38342..3fc11f2 100644 (file)
@@ -128,11 +128,11 @@ bool TPIHandle::GetFormatInformation(TPI_FORMATINFO * _fiInfo, bool _bFirst)
        return this->nErrorCode == TPI_ERROR_SUCCESS;\r
 }\r
 \r
-bool TPIHandle::CheckArchive(const wxString & _szArcName, int * _nFileCount)\r
+bool TPIHandle::CheckArchive(const wxString & _szArcName, wxULongLong * _llFileCount)\r
 {\r
        this->nErrorCode = TPI_ERROR_SUCCESS;\r
        GetAPIAddress("CheckArchive", p);\r
-       this->nErrorCode = ((int (__stdcall *)(const wxString &, int *)) p)(_szArcName, _nFileCount);\r
+       this->nErrorCode = ((int (__stdcall *)(const wxString &, wxULongLong *)) p)(_szArcName, _llFileCount);\r
        return this->nErrorCode == TPI_ERROR_SUCCESS;\r
 }\r
 \r