changeset 33388:ba5202c8e467

(CP_8BIT, CP_UNICODE, CP_INVALID): New pseudo-codepages.
author Jason Rumney <jasonr@gnu.org>
date Fri, 10 Nov 2000 22:17:41 +0000
parents 01a10bc04233
children ebf2995faea1
files src/w32term.h
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32term.h	Fri Nov 10 22:15:52 2000 +0000
+++ b/src/w32term.h	Fri Nov 10 22:17:41 2000 +0000
@@ -40,6 +40,10 @@
   ((f)->bdf ? (f)->bdf->width : (f)->tm.tmMaxCharWidth)
 
 #define CP_DEFAULT 1004
+/* Special psuedo-codepages. */
+#define CP_8BIT      -1
+#define CP_UNICODE   -2
+#define CP_INVALID   -3
 
 #define CHECK_W32_FRAME(f, frame)		\
   if (NILP (frame))				\
@@ -51,7 +55,6 @@
     }						\
   if (! FRAME_W32_P (f))
 
-
 /* Indicates whether we are in the readsocket call and the message we
    are processing in the current loop */