[Mplayer-cvslog] CVS: main/loader driver.c,1.6,1.7

Arpi of Ize arpi at mplayer.dev.hu
Thu Oct 4 02:24:12 CEST 2001


Update of /cvsroot/mplayer/main/loader
In directory mplayer:/var/tmp.root/cvs-serv10223

Modified Files:
	driver.c 
Log Message:
using ldt_keeper instead of setup_fs, includes changed

Index: driver.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/driver.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- driver.c	12 Jul 2001 15:27:47 -0000	1.6
+++ driver.c	4 Oct 2001 00:24:05 -0000	1.7
@@ -8,13 +8,13 @@
 #include <sys/time.h>
 #endif
 
-#include <win32.h>
-#include <wine/driver.h>
-#include <wine/pe_image.h>
-#include <wine/winreg.h>
-#include <wine/vfw.h>
-#include <registry.h>
-#include <setup_FS.h>
+#include "win32.h"
+#include "wine/driver.h"
+#include "wine/pe_image.h"
+#include "wine/winreg.h"
+#include "wine/vfw.h"
+#include "registry.h"
+#include "ldt_keeper.h"
 #include "driver.h"
 
 
@@ -98,7 +98,7 @@
 static void DrvFree(HDRVR hDriver)
 {
     int i;
-    setup_FS_Segment();
+    Setup_FS_Segment();
     if(hDriver)
     	if(((DRVR*)hDriver)->hDriverModule)
     	if(((DRVR*)hDriver)->DriverProc)
@@ -195,7 +195,7 @@
     //TRACE("DriverProc == %X\n", npDriver->DriverProc);
      npDriver->dwDriverID = ++dwDrvID;
 
-     setup_FS_Segment();
+     Setup_FS_Segment();
 
 	STORE_ALL;
         (npDriver->DriverProc)(0, hDriver, DRV_LOAD, 0, 0);




More information about the MPlayer-cvslog mailing list