home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.win32
- Path: sparky!uunet!lotus!lotus.com!robertk
- From: robertk@rkrajewski.lotus.com (Robert Krajewski)
- Subject: 32-Bit API and default int size
- Message-ID: <ROBERTK.92Jul21145540@rkrajewski.lotus.com>
- Sender: news@lotus.com
- Organization: Lotus Development Corporation
- Distribution: comp
- Date: 21 Jul 92 14:55:40
- Lines: 8
-
- When Microsoft defined the 32-bit API for Windows, were
- any assumptions made about sizeof(int) ? The 3.1 header files
- have been modified to hide many of the size dependencies of
- standard Windows API types, but I noticed that ExtTextOut()
- still takes an int FAR * (not LPINT). Does this mean that
- int is still 16 bits when compiling for Win32, or is there
- another explanation ?
-
-