summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/ddk/tvout.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/ddk/tvout.h')
-rw-r--r--winsup/w32api/include/ddk/tvout.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/w32api/include/ddk/tvout.h b/winsup/w32api/include/ddk/tvout.h
index 740022a27..0310ae463 100644
--- a/winsup/w32api/include/ddk/tvout.h
+++ b/winsup/w32api/include/ddk/tvout.h
@@ -31,11 +31,8 @@
extern "C" {
#endif
-#pragma pack(push,4)
-
#include "ntddk.h"
-
/* VIDEOPARAMETERS.dwCommand constants */
#define VP_COMMAND_GET 0x00000001
#define VP_COMMAND_SET 0x00000002
@@ -112,8 +109,6 @@ typedef struct _VIDEOPARAMETERS {
BYTE bOEMCopyProtection[256];
} VIDEOPARAMETERS, *PVIDEOPARAMETERS, FAR *LPVIDEOPARAMETERS;
-#pragma pack(pop)
-
#ifdef __cplusplus
}
#endif