fixed so old name can be use also

like DDSVCAPS_ENIGMA ...

svn path=/trunk/; revision=32937
This commit is contained in:
Magnus Olsen 2008-04-13 08:48:05 +00:00
parent 1815b61e76
commit 27d138ae0f

View file

@ -422,17 +422,20 @@ extern "C" {
#define DDFXCAPS_BLTFILTER DDFXCAPS_BLTARITHSTRETCHY
#define DDFXCAPS_OVERLAYFILTER DDFXCAPS_OVERLAYARITHSTRETCHY
#if DIRECTDRAW_VERSION >= 0x700
#define DDSVCAPS_RESERVED1 0x00000001
#define DDSVCAPS_RESERVED2 0x00000002
#define DDSVCAPS_RESERVED3 0x00000004
#define DDSVCAPS_RESERVED4 0x00000008
#else
/* rember that DDSVCAPS_ENIGMA is same as DDSVCAPS_RESERVED1 */
#define DDSVCAPS_ENIGMA 0x00000001
/* rember that DDSVCAPS_FLICKER is same as DDSVCAPS_RESERVED2 */
#define DDSVCAPS_FLICKER 0x00000002
/* rember that DDSVCAPS_REDBLUE is same as DDSVCAPS_RESERVED3 */
#define DDSVCAPS_REDBLUE 0x00000004
/* rember that DDSVCAPS_SPLIT is same as DDSVCAPS_RESERVED4 */
#define DDSVCAPS_SPLIT 0x00000008
#endif
#define DDSVCAPS_STEREOSEQUENTIAL 0x00000010
#define DDPCAPS_INITIALIZE 0x00000000