home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mswindo / programm / win32 / 218 < prev    next >
Encoding:
Text File  |  1992-07-21  |  743 b   |  20 lines

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