allocate memory with CreateFileMapping

This commit is contained in:
FunkyFr3sh 2022-09-16 11:22:05 +02:00
parent 9b5856c496
commit 8a63e2b976
3 changed files with 44 additions and 8 deletions

View file

@ -29,6 +29,7 @@ typedef struct IDirectDrawSurfaceImpl
IDirectDrawPaletteImpl* palette;
void* surface;
HANDLE surface_mapping;
DWORD l_pitch;
DWORD lx_pitch;
BOOL custom_surface;