mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
Changed base address of samlib.dll.
svn path=/trunk/; revision=7963
This commit is contained in:
parent
f28940b24f
commit
ed7963440d
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ lib/oledlg TARGET_BASE=0x74d00000
|
|||
lib/psapi TARGET_BASE=0x68F70000
|
||||
lib/richedit TARGET_BASE=0x76340000
|
||||
lib/rpcrt4 TARGET_BASE=0x76000000
|
||||
lib/samlib TARGET_BASE=0x777e0000
|
||||
lib/samlib TARGET_BASE=0x750C0000
|
||||
lib/secur32 TARGET_BASE=0x10000000
|
||||
lib/setupapi TARGET_BASE=0x76660000
|
||||
lib/shell32 TARGET_BASE=0x77260000
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: makefile,v 1.1 2004/01/23 10:33:21 ekohl Exp $
|
||||
# $Id: makefile,v 1.2 2004/02/01 15:56:37 ekohl Exp $
|
||||
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
|
@ -6,7 +6,7 @@ TARGET_TYPE = dynlink
|
|||
|
||||
TARGET_NAME = samlib
|
||||
|
||||
TARGET_BASE = 0x777E0000
|
||||
TARGET_BASE = 0x750C0000
|
||||
|
||||
TARGET_SDKLIBS = ntdll.a kernel32.a advapi32.a
|
||||
|
||||
|
|
Loading…
Reference in a new issue