From 1a7ebad6b899a79874c33458e5ff5de97850c95d Mon Sep 17 00:00:00 2001 From: dreg_fr33project Date: Sun, 2 Nov 2014 03:11:33 +0100 Subject: [PATCH] eflags fix --- SDK/C/TitanEngine.h | 2 +- TitanEngine/stdafx.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SDK/C/TitanEngine.h b/SDK/C/TitanEngine.h index 3c5bf42..94e21ee 100644 --- a/SDK/C/TitanEngine.h +++ b/SDK/C/TitanEngine.h @@ -343,7 +343,7 @@ typedef struct ULONG_PTR r15; #endif //_WIN64 ULONG_PTR cip; - unsigned int eflags; + ULONG_PTR eflags; unsigned short gs; unsigned short fs; unsigned short es; diff --git a/TitanEngine/stdafx.h b/TitanEngine/stdafx.h index de93123..2c2cceb 100644 --- a/TitanEngine/stdafx.h +++ b/TitanEngine/stdafx.h @@ -130,7 +130,7 @@ typedef struct ULONG_PTR r15; #endif //_WIN64 ULONG_PTR cip; - unsigned int eflags; + ULONG_PTR eflags; unsigned short gs; unsigned short fs; unsigned short es;