Commit in reactos/lib/syssetup on MAIN
install.c+2-21.18 -> 1.19
Since CreateProcessA() is called, also use the Ansi version of STARTUPINFO

reactos/lib/syssetup
install.c 1.18 -> 1.19
diff -u -r1.18 -r1.19
--- install.c	9 Nov 2004 15:02:35 -0000	1.18
+++ install.c	12 Nov 2004 18:23:31 -0000	1.19
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: install.c,v 1.18 2004/11/09 15:02:35 ion Exp $
+/* $Id: install.c,v 1.19 2004/11/12 18:23:31 gvg Exp $
  *
  * COPYRIGHT:         See COPYING in the top level directory
  * PROJECT:           ReactOS system libraries
@@ -79,7 +79,7 @@
 RunVMWInstall(VOID)
 {
   PROCESS_INFORMATION ProcInfo;
-  STARTUPINFO si;
+  STARTUPINFOA si;
   
   ZeroMemory(&si, sizeof(STARTUPINFO));
   si.cb = sizeof(STARTUPINFO);
CVSspam 0.2.8