1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00

(CP_INVALID): Rename to CP_UNKNOWN.

This commit is contained in:
Andrew Innes 2000-12-06 15:53:11 +00:00
parent ea0230965a
commit b6097c1504

View file

@ -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)) \