Mercurial > hg > xemacs-beta
comparison src/s/windowsnt.h @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 8efd647ea9ca |
children | ca9a9ec9c1c1 |
comparison
equal
deleted
inserted
replaced
271:c7b7086b0a39 | 272:c5d627a313b1 |
---|---|
53 | 53 |
54 #define SYSTEM_TYPE "windows-nt" | 54 #define SYSTEM_TYPE "windows-nt" |
55 | 55 |
56 #define NO_MATHERR | 56 #define NO_MATHERR |
57 | 57 |
58 #define SIZEOF_SHORT 2 | |
59 #define SIZEOF_INT 4 | |
58 #define SIZEOF_LONG 4 | 60 #define SIZEOF_LONG 4 |
59 #define SIZEOF_INT 4 | 61 #define SIZEOF_LONG_LONG 8 |
60 #define SIZEOF_SHORT 2 | 62 #define SIZEOF_VOID_P 4 |
61 | 63 |
62 /* NOMULTIPLEJOBS should be defined if your system's shell | 64 /* NOMULTIPLEJOBS should be defined if your system's shell |
63 does not have "job control" (the ability to stop a program, | 65 does not have "job control" (the ability to stop a program, |
64 run some other program, then continue the first one). */ | 66 run some other program, then continue the first one). */ |
65 | 67 |