Add support for cnc-plugin

This commit is contained in:
Toni Spets 2011-08-21 10:34:42 +03:00
parent c70e0e61d8
commit 2b47947742
5 changed files with 67 additions and 16 deletions

View file

@ -31,7 +31,7 @@ typedef struct IDirectDrawPaletteImpl
ULONG Ref;
int data_bgr[256];
RGBQUAD *data_rgb;
RGBQUAD data_rgb[256];
} IDirectDrawPaletteImpl;