Fix the MS-Windows build due to introduction of B_.
[bpt/emacs.git] / src / s / ms-w32.h
index 4c3b84d..3481468 100644 (file)
@@ -181,7 +181,7 @@ struct sigaction {
 #define HAVE_MENUS 1
 #endif
 
-#define MODE_LINE_BINARY_TEXT(_b_) (NILP ((_b_)->buffer_file_type) ? "T" : "B")
+#define MODE_LINE_BINARY_TEXT(_b_) (NILP (B_(_b_,buffer_file_type)) ? "T" : "B")
 
 /* Get some redefinitions in place.  */