Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-02-23 08:53:38 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2004-02-23 08:53:38 +0300
commit8f8baa7c4b031af326d7d43ccd25f100eeb386b1 (patch)
tree87ff1c1153a5e3425f34b4525a11b4fa5e0b21e8 /winsup/w32api/include/ddk
parent1fc8b54fe2023410957769d056f4a9356d1184f6 (diff)
2004-02-23 Filip Navara <xnavara@volny.cz>
* include/ddk/video.h: Corrected packing.
Diffstat (limited to 'winsup/w32api/include/ddk')
-rw-r--r--winsup/w32api/include/ddk/video.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/winsup/w32api/include/ddk/video.h b/winsup/w32api/include/ddk/video.h
index fd63f7dff..c4d4be879 100644
--- a/winsup/w32api/include/ddk/video.h
+++ b/winsup/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