The if1632 directory no longer exists.

diff --git a/DEVELOPERS-HINTS b/DEVELOPERS-HINTS
index 3949fd6..76c53b6 100644
--- a/DEVELOPERS-HINTS
+++ b/DEVELOPERS-HINTS
@@ -160,7 +160,6 @@
 respective dlls.
 
 	files/			- KERNEL file I/O
-	if1632/			- KERNEL relay code
 	loader/			- KERNEL loader code
 	memory/			- KERNEL memory management
 	misc/			- KERNEL shell, registry, winsock, etc.
diff --git a/configure b/configure
index f694d10..b328bd4 100755
--- a/configure
+++ b/configure
@@ -16554,8 +16554,6 @@
 
           ac_config_commands="$ac_config_commands graphics/x11drv"
 
-          ac_config_commands="$ac_config_commands if1632"
-
           ac_config_commands="$ac_config_commands include/wine"
 
           ac_config_commands="$ac_config_commands loader"
@@ -17337,7 +17335,6 @@
   "files" ) CONFIG_COMMANDS="$CONFIG_COMMANDS files" ;;
   "graphics" ) CONFIG_COMMANDS="$CONFIG_COMMANDS graphics" ;;
   "graphics/x11drv" ) CONFIG_COMMANDS="$CONFIG_COMMANDS graphics/x11drv" ;;
-  "if1632" ) CONFIG_COMMANDS="$CONFIG_COMMANDS if1632" ;;
   "include/wine" ) CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
   "loader" ) CONFIG_COMMANDS="$CONFIG_COMMANDS loader" ;;
   "loader/ne" ) CONFIG_COMMANDS="$CONFIG_COMMANDS loader/ne" ;;
@@ -18066,8 +18063,6 @@
 echo "$as_me: creating graphics" >&6;} && mkdir "graphics") ;;
     graphics/x11drv ) test -d "graphics/x11drv" || ({ echo "$as_me:$LINENO: creating graphics/x11drv" >&5
 echo "$as_me: creating graphics/x11drv" >&6;} && mkdir "graphics/x11drv") ;;
-    if1632 ) test -d "if1632" || ({ echo "$as_me:$LINENO: creating if1632" >&5
-echo "$as_me: creating if1632" >&6;} && mkdir "if1632") ;;
     include/wine ) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
     loader ) test -d "loader" || ({ echo "$as_me:$LINENO: creating loader" >&5
diff --git a/configure.ac b/configure.ac
index 4b0e360..7fee56e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1358,7 +1358,6 @@
 WINE_CONFIG_EXTRA_DIR(files)
 WINE_CONFIG_EXTRA_DIR(graphics)
 WINE_CONFIG_EXTRA_DIR(graphics/x11drv)
-WINE_CONFIG_EXTRA_DIR(if1632)
 WINE_CONFIG_EXTRA_DIR(include/wine)
 WINE_CONFIG_EXTRA_DIR(loader)
 WINE_CONFIG_EXTRA_DIR(loader/ne)
diff --git a/tools/winapi/msvcmaker b/tools/winapi/msvcmaker
index 542b4ca..e52374c 100755
--- a/tools/winapi/msvcmaker
+++ b/tools/winapi/msvcmaker
@@ -88,7 +88,7 @@
 }
 
 my @gdi32_dirs = qw(dlls/gdi/enhmfdrv dlls/gdi/mfdrv graphics objects);
-my @ntdll_dirs = qw(files if1632 loader/ne loader memory misc msdos relay32 scheduler win32);
+my @ntdll_dirs = qw(files loader/ne loader memory misc msdos relay32 scheduler win32);
 my @user32_dirs = qw(controls dlls/user/dde windows);
 
 push @makefile_in_files, "tools/winebuild/Makefile.in";
diff --git a/tools/winapi_check/modules.dat b/tools/winapi_check/modules.dat
index d0faf6c..36d5320 100644
--- a/tools/winapi_check/modules.dat
+++ b/tools/winapi_check/modules.dat
@@ -211,7 +211,6 @@
 
 dlls/kernel
 files
-if1632
 loader/ne
 loader
 memory