mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
- More fixes related to the removal of the 'lib' prefix on various libraries.
- BootCD is working again now. svn path=/trunk/; revision=11957
This commit is contained in:
parent
c07d07cd1a
commit
67c8670a31
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
; DEF file for MS VC++
|
||||
LIBRARY LIBEXPAT
|
||||
LIBRARY expat.dll
|
||||
DESCRIPTION "Implements an XML parser."
|
||||
EXPORTS
|
||||
XML_DefaultCurrent @1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
; DEF file for MS VC++
|
||||
LIBRARY LIBEXPATW
|
||||
LIBRARY expat.dll
|
||||
DESCRIPTION "Implements an XML parser."
|
||||
EXPORTS
|
||||
XML_DefaultCurrent @1
|
||||
|
|
Loading…
Reference in a new issue