mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fixed EngFreeMem def
svn path=/trunk/; revision=1117
This commit is contained in:
parent
04a84d5ab8
commit
93d95d8063
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
; $Id: win32k.def,v 1.9 2000/03/17 21:56:43 jfilby Exp $
|
||||
; $Id: win32k.def,v 1.10 2000/04/11 20:56:11 jfilby Exp $
|
||||
;
|
||||
; win32k.def
|
||||
;
|
||||
|
@ -48,7 +48,7 @@ EngEraseSurface
|
|||
EngFillPath
|
||||
EngFindImageProcAddress
|
||||
EngFindResource
|
||||
EngFreeMem
|
||||
EngFreeMem@4
|
||||
EngFreeModule
|
||||
EngFreeUserMem@4
|
||||
EngGetCurrentCodePage
|
||||
|
|
Loading…
Reference in a new issue