mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
fix TARGET_BASE_LIB_DINPUT
fix TARGET_BASE_LIB_DINPUT8 fix TARGET_BASE_LIB_DXDIAGN svn path=/trunk/; revision=12239
This commit is contained in:
parent
56ebacd78f
commit
4991937434
1 changed files with 4 additions and 3 deletions
|
@ -1,13 +1,14 @@
|
|||
# $Id: baseaddress.cfg,v 1.26 2004/11/09 15:02:34 ion Exp $
|
||||
# $Id: baseaddress.cfg,v 1.27 2004/12/20 00:54:56 greatlrd Exp $
|
||||
#
|
||||
# Please try to keep this up2date. Please clean up
|
||||
# after yourself.
|
||||
|
||||
# REACTOS
|
||||
|
||||
TARGET_BASE_LIB_DINPUT8 =0x00400000
|
||||
TARGET_BASE_LIB_DXDIAGN =0x00400000
|
||||
TARGET_BASE_LIB_NOTIFYHOOK =0x08000000
|
||||
TARGET_BASE_LIB_SECURE32 =0x10000000
|
||||
TARGET_BASE_LIB_DINPUT =0x50000000
|
||||
TARGET_BASE_LIB_DINPUT =0x5F580000
|
||||
TARGET_BASE_LIB_DSOUND =0x50000000
|
||||
TARGET_BASE_LIB_GLU32 =0x50000000
|
||||
TARGET_BASE_LIB_OPENGL32 =0x50000000
|
||||
|
|
Loading…
Reference in a new issue