Use RtlExitUserThread instead of NtTerminateThread, so the stack is
properly freed.
Modified: trunk/reactos/subsys/csrss/api/wapi.c
_____
Modified: trunk/reactos/subsys/csrss/api/wapi.c
--- trunk/reactos/subsys/csrss/api/wapi.c 2005-07-02 13:42:43 UTC
(rev 16376)
+++ trunk/reactos/subsys/csrss/api/wapi.c 2005-07-02 13:45:23 UTC
(rev 16377)
@@ -165,7 +165,7 @@
/* Close the port and exit the thread */
NtClose(ServerPort);
- NtTerminateThread(NtCurrentThread(), STATUS_SUCCESS);
+ RtlExitUserThread(STATUS_SUCCESS);
}
/**********************************************************************
Set svn:eol-style property to native
Modified: trunk/reactos/lib/setupapi/Cs.rc
Modified: trunk/reactos/lib/setupapi/De.rc
Modified: trunk/reactos/lib/setupapi/En.rc
Modified: trunk/reactos/lib/setupapi/Es.rc
Modified: trunk/reactos/lib/setupapi/Fr.rc
Modified: trunk/reactos/lib/setupapi/It.rc
Modified: trunk/reactos/lib/setupapi/Ja.rc
Modified: trunk/reactos/lib/setupapi/Makefile.in
Modified: trunk/reactos/lib/setupapi/Nl.rc
Modified: trunk/reactos/lib/setupapi/Pt.rc
Modified: trunk/reactos/lib/setupapi/Ru.rc
Modified: trunk/reactos/lib/setupapi/Sv.rc
Modified: trunk/reactos/lib/setupapi/cfgmgr.c
Modified: trunk/reactos/lib/setupapi/devinst.c
Modified: trunk/reactos/lib/setupapi/devinst16.c
Modified: trunk/reactos/lib/setupapi/dirid.c
Modified: trunk/reactos/lib/setupapi/diskspace.c
Modified: trunk/reactos/lib/setupapi/infparse.c
Modified: trunk/reactos/lib/setupapi/install.c
Modified: trunk/reactos/lib/setupapi/misc.c
Modified: trunk/reactos/lib/setupapi/parser.c
Modified: trunk/reactos/lib/setupapi/queue.c
Modified: trunk/reactos/lib/setupapi/rpc.c
Modified: trunk/reactos/lib/setupapi/setupapi.rc
Modified: trunk/reactos/lib/setupapi/setupapi.spec
Modified: trunk/reactos/lib/setupapi/setupapi.xml
Modified: trunk/reactos/lib/setupapi/setupapi_private.h
Modified: trunk/reactos/lib/setupapi/setupcab.c
Modified: trunk/reactos/lib/setupapi/setupx.spec
Modified: trunk/reactos/lib/setupapi/setupx16.h
Modified: trunk/reactos/lib/setupapi/setupx_main.c
Modified: trunk/reactos/lib/setupapi/stringtable.c
Modified: trunk/reactos/lib/setupapi/stubs.c
Modified: trunk/reactos/lib/setupapi/virtcopy.c
_____
Modified: trunk/reactos/lib/setupapi/Cs.rc
--- trunk/reactos/lib/setupapi/Cs.rc 2005-07-01 19:53:02 UTC (rev
16372)
+++ trunk/reactos/lib/setupapi/Cs.rc 2005-07-01 23:26:01 UTC (rev
16373)
@@ -1,35 +1,35 @@
-/*
- * Czech resources for SETUPAPI
- *
- * Copyright 2001 Andreas Mohr
- * Copyright 2004 David Kredba
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
- */
-
-LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
-
-COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
-STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
-CAPTION "KopÝruji soubory..."
-FONT 8, "MS Shell Dlg"
-BEGIN
- PUSHBUTTON "Storno", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
- LTEXT "Zdroj:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "CÝl:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
- CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
-END
+/*
+ * Czech resources for SETUPAPI
+ *
+ * Copyright 2001 Andreas Mohr
+ * Copyright 2004 David Kredba
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
+ */
+
+LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
+
+COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
+STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
+CAPTION "KopÝruji soubory..."
+FONT 8, "MS Shell Dlg"
+BEGIN
+ PUSHBUTTON "Storno", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
+ LTEXT "Zdroj:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "CÝl:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
+END
Property changes on: trunk/reactos/lib/setupapi/Cs.rc
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/setupapi/De.rc
--- trunk/reactos/lib/setupapi/De.rc 2005-07-01 19:53:02 UTC (rev
16372)
+++ trunk/reactos/lib/setupapi/De.rc 2005-07-01 23:26:01 UTC (rev
16373)
@@ -1,34 +1,34 @@
-/*
- * German resources for SETUPAPI
- *
- * Copyright 2004 Henning Gerhardt
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
- */
-
-LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
-
-COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
-STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
-CAPTION "Dateien kopieren..."
-FONT 8, "MS Shell Dlg"
-BEGIN
- PUSHBUTTON "Abbrechen", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
- LTEXT "Quelle:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "Ziel:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
- CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
-END
+/*
+ * German resources for SETUPAPI
+ *
+ * Copyright 2004 Henning Gerhardt
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
+ */
+
+LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
+
+COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
+STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
+CAPTION "Dateien kopieren..."
+FONT 8, "MS Shell Dlg"
+BEGIN
+ PUSHBUTTON "Abbrechen", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
+ LTEXT "Quelle:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "Ziel:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
+END
Property changes on: trunk/reactos/lib/setupapi/De.rc
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/setupapi/En.rc
--- trunk/reactos/lib/setupapi/En.rc 2005-07-01 19:53:02 UTC (rev
16372)
+++ trunk/reactos/lib/setupapi/En.rc 2005-07-01 23:26:01 UTC (rev
16373)
@@ -1,34 +1,34 @@
-/*
- * English resources for SETUPAPI
- *
- * Copyright 2001 Andreas Mohr
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
- */
-
-LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
-
-COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
-STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
-CAPTION "Copying Files..."
-FONT 8, "MS Shell Dlg"
-BEGIN
- PUSHBUTTON "Cancel", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
- LTEXT "Source:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "Destination:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
- CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
-END
+/*
+ * English resources for SETUPAPI
+ *
+ * Copyright 2001 Andreas Mohr
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
+ */
+
+LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
+
+COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
+STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
+CAPTION "Copying Files..."
+FONT 8, "MS Shell Dlg"
+BEGIN
+ PUSHBUTTON "Cancel", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
+ LTEXT "Source:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "Destination:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
+END
Property changes on: trunk/reactos/lib/setupapi/En.rc
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/setupapi/Es.rc
--- trunk/reactos/lib/setupapi/Es.rc 2005-07-01 19:53:02 UTC (rev
16372)
+++ trunk/reactos/lib/setupapi/Es.rc 2005-07-01 23:26:01 UTC (rev
16373)
@@ -1,34 +1,34 @@
-/*
- * Spanish resources for SETUPAPI
- *
- * Copyright 2003 JosÚ Manuel Ferrer Ortiz
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
- */
-
-LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
-
-COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
-STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
-CAPTION "Copiando archivos..."
-FONT 8, "MS Shell Dlg"
-BEGIN
- PUSHBUTTON "Cancelar", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
- LTEXT "Origen:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "Destino:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
- CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
-END
+/*
+ * Spanish resources for SETUPAPI
+ *
+ * Copyright 2003 JosÚ Manuel Ferrer Ortiz
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
+ */
+
+LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
+
+COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
+STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
+CAPTION "Copiando archivos..."
+FONT 8, "MS Shell Dlg"
+BEGIN
+ PUSHBUTTON "Cancelar", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
+ LTEXT "Origen:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "Destino:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
+END
Property changes on: trunk/reactos/lib/setupapi/Es.rc
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/setupapi/Fr.rc
--- trunk/reactos/lib/setupapi/Fr.rc 2005-07-01 19:53:02 UTC (rev
16372)
+++ trunk/reactos/lib/setupapi/Fr.rc 2005-07-01 23:26:01 UTC (rev
16373)
@@ -1,35 +1,35 @@
-/*
- * French resources for SETUPAPI
- *
- * Copyright 2001 Andreas Mohr
- * Copyright 2003 Vincent BÚron
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
- */
-
-LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
-
-COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
-STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
-CAPTION "Copie de fichiers..."
-FONT 8, "MS Shell Dlg"
-BEGIN
- PUSHBUTTON "Annuler", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
- LTEXT "Source:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "Destination:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
- CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
-END
+/*
+ * French resources for SETUPAPI
+ *
+ * Copyright 2001 Andreas Mohr
+ * Copyright 2003 Vincent BÚron
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
+ */
+
+LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
+
+COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
+STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
+CAPTION "Copie de fichiers..."
+FONT 8, "MS Shell Dlg"
+BEGIN
+ PUSHBUTTON "Annuler", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
+ LTEXT "Source:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "Destination:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
+END
Property changes on: trunk/reactos/lib/setupapi/Fr.rc
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/setupapi/It.rc
--- trunk/reactos/lib/setupapi/It.rc 2005-07-01 19:53:02 UTC (rev
16372)
+++ trunk/reactos/lib/setupapi/It.rc 2005-07-01 23:26:01 UTC (rev
16373)
@@ -1,35 +1,35 @@
-/*
- * Italian resources for SETUPAPI
- *
- * Copyright 2001 Andreas Mohr
- * Copyright 2003 Ivan Leo Puoti
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
- */
-
-LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT
-
-COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
-STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
-CAPTION "Copia dei file in corso..."
-FONT 8, "MS Shell Dlg"
-BEGIN
- PUSHBUTTON "Anulla", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
- LTEXT "Origine:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "Destinazione:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE
| WS_GROUP
- LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
- CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
-END
+/*
+ * Italian resources for SETUPAPI
+ *
+ * Copyright 2001 Andreas Mohr
+ * Copyright 2003 Ivan Leo Puoti
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
+ */
+
+LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT
+
+COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
+STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
+CAPTION "Copia dei file in corso..."
+FONT 8, "MS Shell Dlg"
+BEGIN
+ PUSHBUTTON "Anulla", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
+ LTEXT "Origine:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "Destinazione:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE
| WS_GROUP
+ LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
+END
Property changes on: trunk/reactos/lib/setupapi/It.rc
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/setupapi/Ja.rc
--- trunk/reactos/lib/setupapi/Ja.rc 2005-07-01 19:53:02 UTC (rev
16372)
+++ trunk/reactos/lib/setupapi/Ja.rc 2005-07-01 23:26:01 UTC (rev
16373)
@@ -1,34 +1,34 @@
-/*
- * Japanese resources for SETUPAPI
- *
- * Copyright 2004 Hajime Segawa
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
- */
-
-LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
-
-COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
-STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
-CAPTION "âtâ@âCâïéâRâsü[éÁé?éóé?éÀ..."
-FONT 9, "MS UI Gothic"
-BEGIN
- PUSHBUTTON "âLâââôâZâï", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
- LTEXT "âRâsü[î?:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "âRâsü[ɵ:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
- CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
-END
+/*
+ * Japanese resources for SETUPAPI
+ *
+ * Copyright 2004 Hajime Segawa
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
+ */
+
+LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
+
+COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
+STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
+CAPTION "âtâ@âCâïéâRâsü[éÁé?éóé?éÀ..."
+FONT 9, "MS UI Gothic"
+BEGIN
+ PUSHBUTTON "âLâââôâZâï", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
+ LTEXT "âRâsü[î?:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "âRâsü[ɵ:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
+END
Property changes on: trunk/reactos/lib/setupapi/Ja.rc
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/setupapi/Makefile.in
--- trunk/reactos/lib/setupapi/Makefile.in 2005-07-01 19:53:02 UTC
(rev 16372)
+++ trunk/reactos/lib/setupapi/Makefile.in 2005-07-01 23:26:01 UTC
(rev 16373)
@@ -1,39 +1,39 @@
-EXTRADEFS = -D_SETUPAPI_
-TOPSRCDIR = @top_srcdir@
-TOPOBJDIR = ../..
-SRCDIR = @srcdir@
-VPATH = @srcdir@
-MODULE = setupapi.dll
-IMPORTLIB = libsetupapi.$(IMPLIBEXT)
-IMPORTS = user32 version advapi32 rpcrt4 kernel32 ntdll
-DELAYIMPORTS = shell32
-EXTRALIBS = $(LIBUNICODE)
-
-C_SRCS = \
- pnp_c.c \
- cfgmgr.c \
- devinst.c \
- dirid.c \
- diskspace.c \
- install.c \
- misc.c \
- parser.c \
- queue.c \
- setupcab.c \
- stringtable.c \
- stubs.c \
- rpc.c
-
-C_SRCS16 = \
- devinst16.c \
- infparse.c \
- setupx_main.c \
- virtcopy.c
-
-SPEC_SRCS16 = setupx.spec
-
-RC_SRCS= setupapi.rc
-
-@MAKE_DLL_RULES@
-
-### Dependencies:
+EXTRADEFS = -D_SETUPAPI_
+TOPSRCDIR = @top_srcdir@
+TOPOBJDIR = ../..
+SRCDIR = @srcdir@
+VPATH = @srcdir@
+MODULE = setupapi.dll
+IMPORTLIB = libsetupapi.$(IMPLIBEXT)
+IMPORTS = user32 version advapi32 rpcrt4 kernel32 ntdll
+DELAYIMPORTS = shell32
+EXTRALIBS = $(LIBUNICODE)
+
+C_SRCS = \
+ pnp_c.c \
+ cfgmgr.c \
+ devinst.c \
+ dirid.c \
+ diskspace.c \
+ install.c \
+ misc.c \
+ parser.c \
+ queue.c \
+ setupcab.c \
+ stringtable.c \
+ stubs.c \
+ rpc.c
+
+C_SRCS16 = \
+ devinst16.c \
+ infparse.c \
+ setupx_main.c \
+ virtcopy.c
+
+SPEC_SRCS16 = setupx.spec
+
+RC_SRCS= setupapi.rc
+
+@MAKE_DLL_RULES@
+
+### Dependencies:
Property changes on: trunk/reactos/lib/setupapi/Makefile.in
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/setupapi/Nl.rc
--- trunk/reactos/lib/setupapi/Nl.rc 2005-07-01 19:53:02 UTC (rev
16372)
+++ trunk/reactos/lib/setupapi/Nl.rc 2005-07-01 23:26:01 UTC (rev
16373)
@@ -1,34 +1,34 @@
-/*
- * setupapi (Dutch resources)
- *
- * Copyright 2003 Hans Leidekker
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
- */
-
-LANGUAGE LANG_DUTCH, SUBLANG_DEFAULT
-
-COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
-STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
-CAPTION "Bestanden worden gekopiÙerd..."
-FONT 8, "MS Shell Dlg"
-BEGIN
- PUSHBUTTON "Annuleren", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
- LTEXT "Bron:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "Bestemming:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
- CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
-END
+/*
+ * setupapi (Dutch resources)
+ *
+ * Copyright 2003 Hans Leidekker
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
+ */
+
+LANGUAGE LANG_DUTCH, SUBLANG_DEFAULT
+
+COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
+STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
+CAPTION "Bestanden worden gekopiÙerd..."
+FONT 8, "MS Shell Dlg"
+BEGIN
+ PUSHBUTTON "Annuleren", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
+ LTEXT "Bron:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "Bestemming:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
+END
Property changes on: trunk/reactos/lib/setupapi/Nl.rc
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/setupapi/Pt.rc
--- trunk/reactos/lib/setupapi/Pt.rc 2005-07-01 19:53:02 UTC (rev
16372)
+++ trunk/reactos/lib/setupapi/Pt.rc 2005-07-01 23:26:01 UTC (rev
16373)
@@ -1,50 +1,50 @@
-/*
- * Portuguese resources for SETUPAPI
- *
- * Copyright 2003 Marcelo Duarte
- * Copyright 2004 AmÚrico JosÚ Melo
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
- */
-
-LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
-
-COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
-STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
-CAPTION "Copiando arquivos..."
-FONT 8, "MS Shell Dlg"
-BEGIN
- PUSHBUTTON "Cancelar", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
- LTEXT "Origem:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "Destino:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
- CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
-END
-
-LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
-
-COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
-STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
-CAPTION "A copiar ficheiros..."
-FONT 8, "MS Shell Dlg"
-BEGIN
- PUSHBUTTON "Cancelar", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
- LTEXT "Origem:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "Destino:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
- CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
-END
+/*
+ * Portuguese resources for SETUPAPI
+ *
+ * Copyright 2003 Marcelo Duarte
+ * Copyright 2004 AmÚrico JosÚ Melo
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
+ */
+
+LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
+
+COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
+STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
+CAPTION "Copiando arquivos..."
+FONT 8, "MS Shell Dlg"
+BEGIN
+ PUSHBUTTON "Cancelar", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
+ LTEXT "Origem:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "Destino:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
+END
+
+LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
+
+COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
+STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
+CAPTION "A copiar ficheiros..."
+FONT 8, "MS Shell Dlg"
+BEGIN
+ PUSHBUTTON "Cancelar", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
+ LTEXT "Origem:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "Destino:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
+END
Property changes on: trunk/reactos/lib/setupapi/Pt.rc
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/setupapi/Ru.rc
--- trunk/reactos/lib/setupapi/Ru.rc 2005-07-01 19:53:02 UTC (rev
16372)
+++ trunk/reactos/lib/setupapi/Ru.rc 2005-07-01 23:26:01 UTC (rev
16373)
@@ -1,34 +1,34 @@
-/*
- * SETUPAPI (Russian resources)
- *
- * Copyright 2003 Igor Stepin
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
- */
-
-LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
-
-COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
-STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
-CAPTION "?¯´Þ¯ÔÓÝÞÕ ¶ÓÚÙ¯Ô..."
-FONT 8, "MS Shell Dlg"
-BEGIN
- PUSHBUTTON "??ýÕÝÓ", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
- LTEXT "??Û¾õÓ:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "?¾õÓ:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
- CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
-END
+/*
+ * SETUPAPI (Russian resources)
+ *
+ * Copyright 2003 Igor Stepin
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
+ */
+
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+
+COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
+STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
+CAPTION "?¯´Þ¯ÔÓÝÞÕ ¶ÓÚÙ¯Ô..."
+FONT 8, "MS Shell Dlg"
+BEGIN
+ PUSHBUTTON "??ýÕÝÓ", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
+ LTEXT "??Û¾õÓ:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "?¾õÓ:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
+END
Property changes on: trunk/reactos/lib/setupapi/Ru.rc
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/setupapi/Sv.rc
--- trunk/reactos/lib/setupapi/Sv.rc 2005-07-01 19:53:02 UTC (rev
16372)
+++ trunk/reactos/lib/setupapi/Sv.rc 2005-07-01 23:26:01 UTC (rev
16373)
@@ -1,34 +1,34 @@
-/*
- * Swedish resources for SETUPAPI
- *
- * Copyright 2005 Anders Bergh
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
- */
-
-LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
-
-COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
-STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
-CAPTION "Kopierar filer..."
-FONT 8, "MS Shell Dlg"
-BEGIN
- PUSHBUTTON "Avbryt", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
- LTEXT "Kõlla:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "Destination:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
- LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
- CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
-END
+/*
+ * Swedish resources for SETUPAPI
+ *
+ * Copyright 2005 Anders Bergh
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
+ */
+
+LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
+
+COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
+STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
+CAPTION "Kopierar filer..."
+FONT 8, "MS Shell Dlg"
+BEGIN
+ PUSHBUTTON "Avbryt", IDCANCEL, 79, 84, 50, 14, WS_CHILD |
WS_VISIBLE | WS_TABSTOP
+ LTEXT "Kõlla:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "Destination:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE |
WS_GROUP
+ CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13,
WS_CHILD | WS_VISIBLE | WS_TABSTOP
+END
Property changes on: trunk/reactos/lib/setupapi/Sv.rc
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/setupapi/cfgmgr.c
--- trunk/reactos/lib/setupapi/cfgmgr.c 2005-07-01 19:53:02 UTC (rev
16372)
+++ trunk/reactos/lib/setupapi/cfgmgr.c 2005-07-01 23:26:01 UTC (rev
16373)
@@ -1,362 +1,362 @@
-/*
- * Configuration manager functions
- *
- * Copyright 2000 James Hatheway
- * Copyright 2005 Eric Kohl
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
- */
-
-#include <stdarg.h>
-
[truncated at 1000 lines; 24532 more skipped]