mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
4493c993273bd275b3c79eafaeaeffd0e9cbd9eb
follow thing need be done before it is finish but it will slov leaked memory and filehandle from NtGdiCreateEnhMetaFile for we have NtGdiCreateEnhMetaFile implement. NtGdiCloseEnhMetaFile is base on wine cvs 15/9-2006 Todo 1. Rewrite it to own api call IntGdiCloseEmhMetaFile 2. Use Zw and Int direcly so we do not need todo context swith each call 3. Translate follow api to kernel api // hMapping = CreateFileMappingW(Dc->hFile, NULL, PAGE_READONLY, 0, 0, NULL); // Dc->emh = MapViewOfFile(hMapping, FILE_MAP_READ, 0, 0, 0); // hmf = EMF_Create_HENHMETAFILE( Dc->emh, (Dc->hFile != 0) ); svn path=/trunk/; revision=24172
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%