Commit 80ebe35a authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

d3drmdef.h: Replace unsigned long by ULONG.

parent 959814a3
...@@ -154,10 +154,10 @@ typedef struct _D3DRMIMAGE { ...@@ -154,10 +154,10 @@ typedef struct _D3DRMIMAGE {
int bytes_per_line; int bytes_per_line;
void* buffer1; void* buffer1;
void* buffer2; void* buffer2;
unsigned long red_mask; ULONG red_mask;
unsigned long green_mask; ULONG green_mask;
unsigned long blue_mask; ULONG blue_mask;
unsigned long alpha_mask; ULONG alpha_mask;
int palette_size; int palette_size;
D3DRMPALETTEENTRY* palette; D3DRMPALETTEENTRY* palette;
} D3DRMIMAGE, *LPD3DRMIMAGE; } D3DRMIMAGE, *LPD3DRMIMAGE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment