mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Add Wine defines for disk and memory meta files.
svn path=/trunk/; revision=24907
This commit is contained in:
@@ -26,6 +26,9 @@ typedef INT
|
||||
|
||||
#define HANDLE_LIST_INC 20
|
||||
|
||||
#define METAFILE_MEMORY 1
|
||||
#define METAFILE_DISK 2
|
||||
|
||||
/* TYPES *********************************************************************/
|
||||
|
||||
// Based on wmfapi.h and Wine. This is the DC_ATTR for a MetaDC file.
|
||||
|
||||
@@ -254,10 +254,10 @@ HDC WINAPI CreateEnhMetaFileW(
|
||||
return NULL;
|
||||
}
|
||||
EmfDC.hFile = hFile;
|
||||
EmfDC.iType = 2;
|
||||
EmfDC.iType = METAFILE_DISK;
|
||||
}
|
||||
else
|
||||
EmfDC.iType = 1;
|
||||
EmfDC.iType = METAFILE_MEMORY;
|
||||
|
||||
return mDC;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user