Add missing files to revision 19031 Modified: trunk/reactos/lib/setupapi/En.rc Added: trunk/reactos/lib/setupapi/resource.h Modified: trunk/reactos/lib/setupapi/setupapi.rc Modified: trunk/reactos/lib/setupapi/setupapi_private.h _____
Modified: trunk/reactos/lib/setupapi/En.rc --- trunk/reactos/lib/setupapi/En.rc 2005-11-06 23:23:45 UTC (rev 19031) +++ trunk/reactos/lib/setupapi/En.rc 2005-11-06 23:32:41 UTC (rev 19032) @@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
-LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105 STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION @@ -32,3 +32,9 @@ 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 + +STRINGTABLE DISCARDABLE +BEGIN + IDS_QUERY_REBOOT_TEXT "Your computer needs to be rebooted to finish installation. Do you want to proceed?" + IDS_QUERY_REBOOT_CAPTION "Reboot" +END _____
Added: trunk/reactos/lib/setupapi/resource.h --- trunk/reactos/lib/setupapi/resource.h 2005-11-06 23:23:45 UTC (rev 19031) +++ trunk/reactos/lib/setupapi/resource.h 2005-11-06 23:32:41 UTC (rev 19032) @@ -0,0 +1,7 @@
+#define IDS_QUERY_REBOOT_TEXT 1 +#define IDS_QUERY_REBOOT_CAPTION 2 + +#define COPYFILEDLGORD 1000 +#define SOURCESTRORD 500 +#define DESTSTRORD 501 +#define PROGRESSORD 502 Property changes on: trunk/reactos/lib/setupapi/resource.h ___________________________________________________________________ Name: svn:eol-style + native _____
Modified: trunk/reactos/lib/setupapi/setupapi.rc --- trunk/reactos/lib/setupapi/setupapi.rc 2005-11-06 23:23:45 UTC (rev 19031) +++ trunk/reactos/lib/setupapi/setupapi.rc 2005-11-06 23:32:41 UTC (rev 19032) @@ -18,11 +18,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
-#include "windef.h" -#include "winbase.h" -#include "winuser.h" -#include "winnls.h" -#include "setupapi_private.h" +#include <windows.h> +#include "resource.h"
#include "Bg.rc" #include "Cs.rc" _____
Modified: trunk/reactos/lib/setupapi/setupapi_private.h --- trunk/reactos/lib/setupapi/setupapi_private.h 2005-11-06 23:23:45 UTC (rev 19031) +++ trunk/reactos/lib/setupapi/setupapi_private.h 2005-11-06 23:32:41 UTC (rev 19032) @@ -139,11 +139,6 @@
LIST_ENTRY ListHead; /* List of struct DeviceInfoElement */ };
-#define COPYFILEDLGORD 1000 -#define SOURCESTRORD 500 -#define DESTSTRORD 501 -#define PROGRESSORD 502 - extern HINSTANCE hInstance; #define RC_STRING_MAX_SIZE 256