changeset 2068:3189c317dfc1

using ldt_keeper instead of setup_fs, includes changed
author arpi
date Thu, 04 Oct 2001 00:24:05 +0000
parents a5a4143d5599
children ce45cce7f7a5
files loader/driver.c
diffstat 1 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/loader/driver.c	Thu Oct 04 00:07:15 2001 +0000
+++ b/loader/driver.c	Thu Oct 04 00:24:05 2001 +0000
@@ -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);