Commit in reactos on MAIN
baseaddress.cfg+2-11.24 -> 1.25
lib/winscard/Makefile+2-21.1 -> 1.2
+4-3
2 modified files
corrected image base address

reactos
baseaddress.cfg 1.24 -> 1.25
diff -u -r1.24 -r1.25
--- baseaddress.cfg	31 Oct 2004 11:50:48 -0000	1.24
+++ baseaddress.cfg	7 Nov 2004 18:41:19 -0000	1.25
@@ -1,4 +1,4 @@
-# $Id: baseaddress.cfg,v 1.24 2004/10/31 11:50:48 ekohl Exp $
+# $Id: baseaddress.cfg,v 1.25 2004/11/07 18:41:19 weiden Exp $
 #
 # Please try to keep this up2date. Please clean up
 # after yourself.
@@ -37,6 +37,7 @@
 TARGET_BASE_LIB_NETAPI32        =0x71c00000
 TARGET_BASE_LIB_WINFAX          =0x722C0000
 TARGET_BASE_LIB_DEVMGR          =0x72a90000
+TARGET_BASE_LIB_WINSCARD        =0x723D0000
 TARGET_BASE_LIB_COREDLL         =0x73d80000
 TARGET_BASE_LIB_LZEXPAND        =0x73d80000
 TARGET_BASE_LIB_USERENV         =0x74850000

reactos/lib/winscard
Makefile 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- Makefile	7 Nov 2004 15:37:41 -0000	1.1
+++ Makefile	7 Nov 2004 18:41:19 -0000	1.2
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 2004/11/07 15:37:41 weiden Exp $
+# $Id: Makefile,v 1.2 2004/11/07 18:41:19 weiden Exp $
 
 PATH_TO_TOP = ../..
 
@@ -8,7 +8,7 @@
 
 TARGET_INSTALLDIR = system32
 
-TARGET_BASE = $(TARGET_BASE_LIB_WINFAX)
+TARGET_BASE = $(TARGET_BASE_LIB_WINSCARD)
 
 TARGET_CFLAGS = \
  -D__USE_W32API \
CVSspam 0.2.8