2004-02-23 Filip Navara <xnavara@volny.cz>
* include/ddk/video.h: Corrected packing.
This commit is contained in:
parent
1fc8b54fe2
commit
8f8baa7c4b
|
@ -1,3 +1,7 @@
|
||||||
|
2004-02-23 Filip Navara <xnavara@volny.cz>
|
||||||
|
|
||||||
|
* include/ddk/video.h: Corrected packing.
|
||||||
|
|
||||||
2004-02-19 Danny Smith <dannysmith@users.sourceforge.net>
|
2004-02-19 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/Gl/glu (GLU_ERROR): Define.
|
* include/Gl/glu (GLU_ERROR): Define.
|
||||||
|
|
|
@ -36,8 +36,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
#if defined(_VIDEOPORT_)
|
#if defined(_VIDEOPORT_)
|
||||||
|
@ -1559,8 +1557,6 @@ VideoPortZeroMemory(
|
||||||
#define VideoDebugPrint(x)
|
#define VideoDebugPrint(x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue