diff options
Diffstat (limited to 'innobase/include/os0proc.h')
-rw-r--r-- | innobase/include/os0proc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/include/os0proc.h b/innobase/include/os0proc.h index 08510db4366..3d752df43a6 100644 --- a/innobase/include/os0proc.h +++ b/innobase/include/os0proc.h @@ -16,7 +16,7 @@ typedef void* os_process_t; typedef unsigned long int os_process_id_t; /* The cell type in os_awe_allocate_mem page info */ -#ifdef __NT__ +#if defined(__NT__) && defined(ULONG_PTR) typedef ULONG_PTR os_awe_t; #else typedef ulint os_awe_t; |