summaryrefslogtreecommitdiffhomepage
path: root/src/process/ntapi_tt_create_remote_runtime_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process/ntapi_tt_create_remote_runtime_data.c')
-rw-r--r--src/process/ntapi_tt_create_remote_runtime_data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/process/ntapi_tt_create_remote_runtime_data.c b/src/process/ntapi_tt_create_remote_runtime_data.c
index b3809b0..7b85893 100644
--- a/src/process/ntapi_tt_create_remote_runtime_data.c
+++ b/src/process/ntapi_tt_create_remote_runtime_data.c
@@ -26,10 +26,10 @@ int32_t __stdcall __ntapi_tt_create_remote_runtime_data(
nt_runtime_data * rtdata;
void * srv_ready;
- #if defined (__NT32)
+ #if (__SIZEOF_POINTER__ == 4)
wchar16_t runtime_arg[8] = {
'i','n','t','e','g','r','a','l'};
- #elif defined (__NT64)
+ #elif (__SIZEOF_POINTER__ == 8)
wchar16_t runtime_arg[16] = {
'i','n','t','e','g','r','a','l',
'-','r','u','n','t','i','m','e'};