diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/w32term.h b/src/w32term.h index f0292d28d94..152d83e2aa6 100644 --- a/src/w32term.h +++ b/src/w32term.h | |||
| @@ -40,6 +40,10 @@ Boston, MA 02111-1307, USA. */ | |||
| 40 | ((f)->bdf ? (f)->bdf->width : (f)->tm.tmMaxCharWidth) | 40 | ((f)->bdf ? (f)->bdf->width : (f)->tm.tmMaxCharWidth) |
| 41 | 41 | ||
| 42 | #define CP_DEFAULT 1004 | 42 | #define CP_DEFAULT 1004 |
| 43 | /* Special psuedo-codepages. */ | ||
| 44 | #define CP_8BIT -1 | ||
| 45 | #define CP_UNICODE -2 | ||
| 46 | #define CP_INVALID -3 | ||
| 43 | 47 | ||
| 44 | #define CHECK_W32_FRAME(f, frame) \ | 48 | #define CHECK_W32_FRAME(f, frame) \ |
| 45 | if (NILP (frame)) \ | 49 | if (NILP (frame)) \ |
| @@ -51,7 +55,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 51 | } \ | 55 | } \ |
| 52 | if (! FRAME_W32_P (f)) | 56 | if (! FRAME_W32_P (f)) |
| 53 | 57 | ||
| 54 | |||
| 55 | /* Indicates whether we are in the readsocket call and the message we | 58 | /* Indicates whether we are in the readsocket call and the message we |
| 56 | are processing in the current loop */ | 59 | are processing in the current loop */ |
| 57 | 60 | ||