mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 04:07:16 +00:00
Seem to have missed updating these previously....
svn path=/trunk/; revision=3448
This commit is contained in:
parent
c81c209798
commit
96561f80c2
3 changed files with 15 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.2 2002/08/28 21:56:50 jfilby Exp $
|
||||
# $Id: Makefile,v 1.3 2002/09/01 04:17:05 robd Exp $
|
||||
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
|
@ -26,12 +26,13 @@ CONTROLS_OBJECTS = \
|
|||
controls/scrollbar.o
|
||||
|
||||
MISC_OBJECTS = \
|
||||
misc/desktop.o \
|
||||
misc/dllmain.o \
|
||||
misc/sprintf.o \
|
||||
misc/stubs.o \
|
||||
misc/win32k.o \
|
||||
misc/winsta.o \
|
||||
misc/desktop.o \
|
||||
misc/dllmain.o \
|
||||
misc/sprintf.o \
|
||||
misc/stubs.o \
|
||||
misc/winhelp.o \
|
||||
misc/win32k.o \
|
||||
misc/winsta.o \
|
||||
misc/resources.o \
|
||||
misc/dde.o \
|
||||
misc/display.o \
|
||||
|
@ -39,8 +40,8 @@ MISC_OBJECTS = \
|
|||
misc/timer.o
|
||||
|
||||
WINDOWS_OBJECTS = \
|
||||
windows/class.o \
|
||||
windows/message.o \
|
||||
windows/class.o \
|
||||
windows/message.o \
|
||||
windows/window.o \
|
||||
windows/defwnd.o \
|
||||
windows/accel.o \
|
||||
|
|
|
@ -687,8 +687,8 @@ VkKeyScanW@4
|
|||
WaitForInputIdle@8
|
||||
WaitMessage@0
|
||||
;Win32PoolAllocationStats
|
||||
;WinHelpA
|
||||
;WinHelpW
|
||||
WinHelpA
|
||||
WinHelpW
|
||||
WindowFromDC@4
|
||||
WindowFromPoint@8
|
||||
;keybd_event
|
||||
|
|
|
@ -329,6 +329,7 @@ GetScrollRange=GetScrollRange@16
|
|||
GetSubMenu=GetSubMenu@8
|
||||
GetSysColor=GetSysColor@4
|
||||
GetSysColorBrush=GetSysColorBrush@4
|
||||
GetSysColorPen@4=GetSysColorPen@4 ; ReactOS extension
|
||||
GetSystemMenu=GetSystemMenu@8
|
||||
GetSystemMetrics=GetSystemMetrics@4
|
||||
GetTabbedTextExtentA=GetTabbedTextExtentA@20
|
||||
|
@ -686,8 +687,8 @@ VkKeyScanW=VkKeyScanW@4
|
|||
WaitForInputIdle=WaitForInputIdle@8
|
||||
WaitMessage=WaitMessage@0
|
||||
;Win32PoolAllocationStats
|
||||
;WinHelpA
|
||||
;WinHelpW
|
||||
WinHelpA=WinHelpA@16
|
||||
WinHelpW=WinHelpW@16
|
||||
WindowFromDC=WindowFromDC@4
|
||||
WindowFromPoint=WindowFromPoint@8
|
||||
;keybd_event
|
||||
|
|
Loading…
Reference in a new issue