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.

34 lines
806 B

  1. /*===========================================================================*/
  2. /* Copyright (c) 1987 - 1988, Future Soft Engineering, Inc. */
  3. /* Houston, Texas */
  4. /*===========================================================================*/
  5. #define NOLSTRING TRUE /* jtf win3 mod */
  6. #include <windows.h>
  7. #include <port1632.h>
  8. #include <dcrc.h>
  9. #include <dynacomm.h>
  10. #if OLDCODE
  11. WORD lread(handle, buffer, count) /* mbbx 2.01.13 ... */
  12. INT handle;
  13. LPSTR buffer;
  14. WORD count;
  15. {
  16. return(_LREAD(handle, buffer, count));
  17. }
  18. WORD lwrite(handle, buffer, count) /* mbbx 2.01.13 ... */
  19. INT handle;
  20. LPSTR buffer;
  21. WORD count;
  22. {
  23. return(_LWRITE(handle, buffer, count));
  24. }
  25. #endif