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:
parent
ea0230965a
commit
b6097c1504
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue