Changeset 3030
- Timestamp:
- 03/02/03 18:19:54 (6 years ago)
- Files:
-
- work/cvs2svn/src/mw32term.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
work/cvs2svn/src/mw32term.h
r2987 r3030 1007 1007 #define LISPY_STRING_BYTES(str) (STRING_BYTES(XSTRING(str))) 1008 1008 #define LISPY_STRING_CHARS(str) (XSTRING(str)->size) 1009 1010 extern LPTSTR mw32_encode_lispy_string (Lisp_Object coding_system, 1011 Lisp_Object str, 1012 int *psize); 1013 extern Lisp_Object mw32_decode_lispy_string (Lisp_Object coding_system, 1014 LPTSTR cstr, int size); 1009 1015 1010 1016 /* Macro for Emacs event initialization */
