mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-30 08:53:08 +00:00
Use standard DLC image buffers in app structs
This commit is contained in:
parent
09b12e287c
commit
1ba21c1250
|
|
@ -170,8 +170,8 @@ typedef struct
|
|||
std::wstring wsDisplayName;
|
||||
|
||||
// add a store for the local DLC image
|
||||
PBYTE pbImageData;
|
||||
DWORD dwImageBytes;
|
||||
std::uint8_t *pbImageData;
|
||||
unsigned int dwImageBytes;
|
||||
#else
|
||||
ULONGLONG ullOfferID_Full;
|
||||
ULONGLONG ullOfferID_Trial;
|
||||
|
|
|
|||
Loading…
Reference in a new issue