From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Are they there? Date: Sun, 21 Nov 1999 10:52:24 +0200 Organization: NetVision Israel Lines: 14 Message-ID: References: <382F5C66 DOT 8DA3DEE3 AT a DOT crl DOT com> <382F5EF1 DOT 822487C5 AT home DOT com> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 943174253 12538 199.203.121.2 (21 Nov 1999 08:50:53 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 21 Nov 1999 08:50:53 GMT X-Sender: eliz AT is In-Reply-To: To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 21 Nov 1999, Damian Yerrick wrote: > > typedef unsigned long int DWORD; > > is better for compiling with different compilers. > > it explicitly specifies that it wants 32 bits. > > unlike int, which is 32bits in DJGPP, but 16 bits in Turbo C++ v3 > > > But what about the Alpha and MIPS and other 64-bit chips? > I don't think WORD and DWORD are relevant for anything outside the MS world. They were invented by MS (for the assembly code, initially).