fix: remove __uint64 typedef and use the "unsigned __int64" primitive
This commit is contained in:
@@ -31,8 +31,6 @@ SOFTWARE.
|
||||
#include <assert.h>
|
||||
#include <Xinput.h>
|
||||
|
||||
typedef unsigned __int64 __uint64;
|
||||
|
||||
#include "extraX64.h"
|
||||
|
||||
#endif //PCH_H
|
||||
|
||||
@@ -248,7 +248,7 @@ int C4JStorage::GetOfferCount()
|
||||
return 0;
|
||||
}
|
||||
|
||||
DWORD C4JStorage::InstallOffer(int iOfferIDC, __uint64 *ullOfferIDA, int (*Func)(LPVOID, int, int), LPVOID lpParam, bool bTrial)
|
||||
DWORD C4JStorage::InstallOffer(int iOfferIDC, unsigned __int64 *ullOfferIDA, int (*Func)(LPVOID, int, int), LPVOID lpParam, bool bTrial)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user