set eol-style to native
authorThomas Bluemel <thomas@reactsoft.com>
Fri, 30 Sep 2005 21:19:12 +0000 (21:19 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Fri, 30 Sep 2005 21:19:12 +0000 (21:19 +0000)
svn path=/trunk/; revision=18176

reactos/subsys/system/devmgr/devmgr.xml

index 4dc699c..56146ce 100644 (file)
@@ -1,11 +1,11 @@
-<module name="devmgr" type="win32cui" installbase="system32" installname="devmgr.exe">\r
-       <define name="__USE_W32API" />\r
-       <library>ntdll</library>\r
-       <library>setupapi</library>\r
-       <library>gdi32</library>\r
-       <library>kernel32</library>\r
-       <library>user32</library>\r
-       <library>comctl32</library>\r
-       <file>devmgr.c</file>\r
-       <efile>devmgr.rc</efile>\r
-</module>\r
+<module name="devmgr" type="win32cui" installbase="system32" installname="devmgr.exe">
+       <define name="__USE_W32API" />
+       <library>ntdll</library>
+       <library>setupapi</library>
+       <library>gdi32</library>
+       <library>kernel32</library>
+       <library>user32</library>
+       <library>comctl32</library>
+       <file>devmgr.c</file>
+       <efile>devmgr.rc</efile>
+</module>