X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fbuffer.h;h=8db8653f9ef0338682f146813f8b9c748b4d3059;hb=76759ab036458c54499a454399e19602b8ae6ce3;hp=879aa23d1edaea7f2345d25ea6cb3ca836e5e5a7;hpb=a1655b870904de973c366d85ebdc8adde4ef5e1e;p=chise%2Fxemacs-chise.git.1 diff --git a/src/buffer.h b/src/buffer.h index 879aa23..8db8653 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -1306,6 +1306,11 @@ typedef union { char c; void *p; } *dfc_aliasing_voidpp; argument to TO_EXTERNAL_FORMAT() and TO_INTERNAL_FORMAT(). */ #define Qnative Qfile_name +#ifdef HAVE_MS_WINDOWS +/* #### kludge!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + Remove this as soon as my Mule code is integrated. */ +#define Qmswindows_tstr Qnative +#endif /************************************************************************/ /* */