# HG changeset patch # User arpi # Date 1002155045 0 # Node ID 3189c317dfc13cc469a707ac4483364409779d98 # Parent a5a4143d55999b09d1356147e8ae618721453743 using ldt_keeper instead of setup_fs, includes changed diff -r a5a4143d5599 -r 3189c317dfc1 loader/driver.c --- 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 #endif -#include -#include -#include -#include -#include -#include -#include +#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);