comparison src/w32term.h @ 34282:ef13c60c3087

(CP_INVALID): Rename to CP_UNKNOWN.
author Andrew Innes <andrewi@gnu.org>
date Wed, 06 Dec 2000 15:53:11 +0000
parents 296bbdedee11
children f64eaa8f61aa
comparison
equal deleted inserted replaced
34281:8df7feb029cb 34282:ef13c60c3087
41 41
42 #define CP_DEFAULT 1004 42 #define CP_DEFAULT 1004
43 /* Special pseudo-codepages. */ 43 /* Special pseudo-codepages. */
44 #define CP_8BIT -1 44 #define CP_8BIT -1
45 #define CP_UNICODE -2 45 #define CP_UNICODE -2
46 #define CP_INVALID -3 46 #define CP_UNKNOWN -3
47 47
48 #define CHECK_W32_FRAME(f, frame) \ 48 #define CHECK_W32_FRAME(f, frame) \
49 if (NILP (frame)) \ 49 if (NILP (frame)) \
50 f = SELECTED_FRAME (); \ 50 f = SELECTED_FRAME (); \
51 else \ 51 else \