d3drmdef.h: Replace unsigned long by ULONG.
This commit is contained in:
parent
959814a3bd
commit
80ebe35aa7
|
@ -154,10 +154,10 @@ typedef struct _D3DRMIMAGE {
|
|||
int bytes_per_line;
|
||||
void* buffer1;
|
||||
void* buffer2;
|
||||
unsigned long red_mask;
|
||||
unsigned long green_mask;
|
||||
unsigned long blue_mask;
|
||||
unsigned long alpha_mask;
|
||||
ULONG red_mask;
|
||||
ULONG green_mask;
|
||||
ULONG blue_mask;
|
||||
ULONG alpha_mask;
|
||||
int palette_size;
|
||||
D3DRMPALETTEENTRY* palette;
|
||||
} D3DRMIMAGE, *LPD3DRMIMAGE;
|
||||
|
|
Loading…
Reference in New Issue