comparison src/buffer.h @ 408:501cfd01ee6d r21-2-34

Import from CVS: tag r21-2-34
author cvs
date Mon, 13 Aug 2007 11:18:11 +0200
parents b8cc9ab3f761
children 697ef44129c6
comparison
equal deleted inserted replaced
407:ed6218a7d4d3 408:501cfd01ee6d
1304 by using coding-system aliases, but for now it suffices to have 1304 by using coding-system aliases, but for now it suffices to have
1305 these be identical. Qnative can be used as the coding_system 1305 these be identical. Qnative can be used as the coding_system
1306 argument to TO_EXTERNAL_FORMAT() and TO_INTERNAL_FORMAT(). */ 1306 argument to TO_EXTERNAL_FORMAT() and TO_INTERNAL_FORMAT(). */
1307 #define Qnative Qfile_name 1307 #define Qnative Qfile_name
1308 1308
1309 #ifdef HAVE_MS_WINDOWS
1310 /* #### kludge!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1311 Remove this as soon as my Mule code is integrated. */
1312 #define Qmswindows_tstr Qnative
1313 #endif
1309 1314
1310 /************************************************************************/ 1315 /************************************************************************/
1311 /* */ 1316 /* */
1312 /* fake charset functions */ 1317 /* fake charset functions */
1313 /* */ 1318 /* */