diff --git a/reactos/w32api/include/ddk/video.h b/reactos/w32api/include/ddk/video.h index fd63f7dff44..c4d4be87924 100644 --- a/reactos/w32api/include/ddk/video.h +++ b/reactos/w32api/include/ddk/video.h @@ -36,8 +36,6 @@ extern "C" { #endif -#pragma pack(push,4) - #include "ntddk.h" #if defined(_VIDEOPORT_) @@ -1559,8 +1557,6 @@ VideoPortZeroMemory( #define VideoDebugPrint(x) #endif -#pragma pack(pop) - #ifdef __cplusplus } #endif