mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-27 09:03:00 +00:00
Use standard DLC file buffers in common app
This commit is contained in:
parent
64322c07a3
commit
05f47282da
|
|
@ -810,8 +810,8 @@ private:
|
|||
unsigned int m_dwBannedListFileSize;
|
||||
|
||||
public:
|
||||
DWORD m_dwDLCFileSize;
|
||||
BYTE *m_pDLCFileBuffer;
|
||||
unsigned int m_dwDLCFileSize;
|
||||
std::uint8_t *m_pDLCFileBuffer;
|
||||
|
||||
// static int CallbackReadXuidsFileFromTMS(LPVOID lpParam, WCHAR *wchFilename, int iPad, bool bResult, int iAction);
|
||||
// static int CallbackDLCFileFromTMS(LPVOID lpParam, WCHAR *wchFilename, int iPad, bool bResult, int iAction);
|
||||
|
|
|
|||
Loading…
Reference in a new issue