fix: remove __uint64 typedef and use the "unsigned __int64" primitive

This commit is contained in:
Patoke
2026-04-21 02:38:48 -04:00
parent e0ae7b1ec1
commit f1425f0494
4 changed files with 2 additions and 6 deletions
-2
View File
@@ -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;
}