mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
Added some exports required by csrss to get things building again.
svn path=/trunk/; revision=3664
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
; $Id: win32k.def,v 1.13 2002/06/15 21:40:41 ekohl Exp $
|
||||
; $Id: win32k.def,v 1.14 2002/10/28 15:03:18 robd Exp $
|
||||
;
|
||||
; win32k.def
|
||||
;
|
||||
@@ -165,6 +165,8 @@ RtlUpcaseUnicodeToMultiByteN@20
|
||||
STROBJ_bEnum
|
||||
STROBJ_dwGetCodePage
|
||||
STROBJ_vEnumStart
|
||||
W32kCleanupForProcess@4
|
||||
W32kInitialize
|
||||
WNDOBJ_bEnum
|
||||
WNDOBJ_cEnumStart
|
||||
WNDOBJ_vSetConsumer
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
; $Id: win32k.edf,v 1.6 2002/06/15 21:40:41 ekohl Exp $
|
||||
; $Id: win32k.edf,v 1.7 2002/10/28 15:03:18 robd Exp $
|
||||
;
|
||||
; win32k.def
|
||||
;
|
||||
@@ -165,6 +165,8 @@ RtlUpcaseUnicodeToMultiByteN=NTOSKRNL.RtlUpcaseUnicodeToMultiByteN
|
||||
STROBJ_bEnum
|
||||
STROBJ_dwGetCodePage
|
||||
STROBJ_vEnumStart
|
||||
W32kCleanupForProcess=W32kCleanupForProcess@4
|
||||
W32kInitialize=W32kInitialize@0
|
||||
WNDOBJ_bEnum
|
||||
WNDOBJ_cEnumStart
|
||||
WNDOBJ_vSetConsumer
|
||||
|
||||
Reference in New Issue
Block a user