diff --git a/reactos/include/ddk/winddk.h b/reactos/include/ddk/winddk.h index 3d563cb65eb..26c55a0b472 100644 --- a/reactos/include/ddk/winddk.h +++ b/reactos/include/ddk/winddk.h @@ -51,7 +51,13 @@ extern "C" { #define VOLATILE volatile #define RESTRICTED_POINTER + +#if defined(_WIN64) +#define POINTER_ALIGNMENT DECLSPEC_ALIGN(8) +#else #define POINTER_ALIGNMENT +#endif + #define DECLSPEC_ADDRSAFE #ifdef NONAMELESSUNION