mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:13:06 +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 = ../..
|
PATH_TO_TOP = ../..
|
||||||
|
|
||||||
|
@ -26,12 +26,13 @@ CONTROLS_OBJECTS = \
|
||||||
controls/scrollbar.o
|
controls/scrollbar.o
|
||||||
|
|
||||||
MISC_OBJECTS = \
|
MISC_OBJECTS = \
|
||||||
misc/desktop.o \
|
misc/desktop.o \
|
||||||
misc/dllmain.o \
|
misc/dllmain.o \
|
||||||
misc/sprintf.o \
|
misc/sprintf.o \
|
||||||
misc/stubs.o \
|
misc/stubs.o \
|
||||||
misc/win32k.o \
|
misc/winhelp.o \
|
||||||
misc/winsta.o \
|
misc/win32k.o \
|
||||||
|
misc/winsta.o \
|
||||||
misc/resources.o \
|
misc/resources.o \
|
||||||
misc/dde.o \
|
misc/dde.o \
|
||||||
misc/display.o \
|
misc/display.o \
|
||||||
|
@ -39,8 +40,8 @@ MISC_OBJECTS = \
|
||||||
misc/timer.o
|
misc/timer.o
|
||||||
|
|
||||||
WINDOWS_OBJECTS = \
|
WINDOWS_OBJECTS = \
|
||||||
windows/class.o \
|
windows/class.o \
|
||||||
windows/message.o \
|
windows/message.o \
|
||||||
windows/window.o \
|
windows/window.o \
|
||||||
windows/defwnd.o \
|
windows/defwnd.o \
|
||||||
windows/accel.o \
|
windows/accel.o \
|
||||||
|
|
|
@ -687,8 +687,8 @@ VkKeyScanW@4
|
||||||
WaitForInputIdle@8
|
WaitForInputIdle@8
|
||||||
WaitMessage@0
|
WaitMessage@0
|
||||||
;Win32PoolAllocationStats
|
;Win32PoolAllocationStats
|
||||||
;WinHelpA
|
WinHelpA
|
||||||
;WinHelpW
|
WinHelpW
|
||||||
WindowFromDC@4
|
WindowFromDC@4
|
||||||
WindowFromPoint@8
|
WindowFromPoint@8
|
||||||
;keybd_event
|
;keybd_event
|
||||||
|
|
|
@ -329,6 +329,7 @@ GetScrollRange=GetScrollRange@16
|
||||||
GetSubMenu=GetSubMenu@8
|
GetSubMenu=GetSubMenu@8
|
||||||
GetSysColor=GetSysColor@4
|
GetSysColor=GetSysColor@4
|
||||||
GetSysColorBrush=GetSysColorBrush@4
|
GetSysColorBrush=GetSysColorBrush@4
|
||||||
|
GetSysColorPen@4=GetSysColorPen@4 ; ReactOS extension
|
||||||
GetSystemMenu=GetSystemMenu@8
|
GetSystemMenu=GetSystemMenu@8
|
||||||
GetSystemMetrics=GetSystemMetrics@4
|
GetSystemMetrics=GetSystemMetrics@4
|
||||||
GetTabbedTextExtentA=GetTabbedTextExtentA@20
|
GetTabbedTextExtentA=GetTabbedTextExtentA@20
|
||||||
|
@ -686,8 +687,8 @@ VkKeyScanW=VkKeyScanW@4
|
||||||
WaitForInputIdle=WaitForInputIdle@8
|
WaitForInputIdle=WaitForInputIdle@8
|
||||||
WaitMessage=WaitMessage@0
|
WaitMessage=WaitMessage@0
|
||||||
;Win32PoolAllocationStats
|
;Win32PoolAllocationStats
|
||||||
;WinHelpA
|
WinHelpA=WinHelpA@16
|
||||||
;WinHelpW
|
WinHelpW=WinHelpW@16
|
||||||
WindowFromDC=WindowFromDC@4
|
WindowFromDC=WindowFromDC@4
|
||||||
WindowFromPoint=WindowFromPoint@8
|
WindowFromPoint=WindowFromPoint@8
|
||||||
;keybd_event
|
;keybd_event
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue