From: Rolf K. <lab...@us...> - 2005-04-05 20:41:54
|
Update of /cvsroot/opengtoolkit/portIO/c_source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31425/c_source Modified Files: ogportiodll.c Log Message: Updated build toolchain and scripts Index: ogportiodll.c =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/c_source/ogportiodll.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ogportiodll.c 10 Jun 2004 22:49:09 -0000 1.3 --- ogportiodll.c 5 Apr 2005 20:41:45 -0000 1.4 *************** *** 167,172 **** SERVICE_KERNEL_DRIVER, /* service type */ autostart ? ! SERVICE_SYSTEM_START : /* start type */ ! SERVICE_DEMAND_START, /* start type */ SERVICE_ERROR_IGNORE, /* error control type */ "System32\\Drivers\\OGPortIO.sys", /* service's binary */ --- 167,172 ---- SERVICE_KERNEL_DRIVER, /* service type */ autostart ? ! SERVICE_SYSTEM_START : /* start type */ ! SERVICE_DEMAND_START, /* start type */ SERVICE_ERROR_IGNORE, /* error control type */ "System32\\Drivers\\OGPortIO.sys", /* service's binary */ |