Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
457 B

  1. Notes on how to maintain 16/32 bit single source code.
  2. We use the macros (message crackers etc) in port1632.h - which means:
  3. In the 16 bit environment
  4. The header files
  5. port1632.h
  6. ptypes16.h
  7. pwin16.h
  8. plan16.h
  9. must all be visible and WIN16 must be defined.
  10. In the 32 bit environment
  11. The header files
  12. port1632.h
  13. ptypes32.h
  14. pcrt32.h
  15. pwin32.h
  16. plan16.h
  17. must all be visible and WIN32 must be defined.