aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.h
diff options
context:
space:
mode:
authorAndrew Innes <[email protected]>2000-12-06 15:53:11 +0000
committerAndrew Innes <[email protected]>2000-12-06 15:53:11 +0000
commitb6097c15046692c3c7dde23bdfcfb13bfa331d8d (patch)
treeca4eba0a103a531ffdfd01f8c51fa7da2179795f /src/w32term.h
parentea0230965a7df9b2775dcdb0412175ae2e4257a5 (diff)
(CP_INVALID): Rename to CP_UNKNOWN.
Diffstat (limited to 'src/w32term.h')
-rw-r--r--src/w32term.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.h b/src/w32term.h
index a633e56dfc..e87ea67da9 100644
--- a/src/w32term.h
+++ b/src/w32term.h
@@ -43,7 +43,7 @@ Boston, MA 02111-1307, USA. */
/* Special pseudo-codepages. */
#define CP_8BIT -1
#define CP_UNICODE -2
-#define CP_INVALID -3
+#define CP_UNKNOWN -3
#define CHECK_W32_FRAME(f, frame) \
if (NILP (frame)) \