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.

18 lines
526 B

  1. /*++ BUILD Version: 0001
  2. *
  3. * WOW v1.0
  4. *
  5. * Copyright (c) 1994, Microsoft Corporation
  6. *
  7. * WWMMAN.H
  8. * WOW32 16-bit WifeMan API support (manually-coded thunks)
  9. *
  10. * History:
  11. * Created 17-May-1994 by hiroh
  12. --*/
  13. ULONG FASTCALL WWM32MiscGetEUDCLeadByteRange(PVDMFRAME pFrame);
  14. unsigned char far * PASCAL SkipWhite(unsigned char far *lpch);
  15. unsigned char far * PASCAL StrtoNum(unsigned char far *lpch,
  16. unsigned short far *lpus);
  17. unsigned short PASCAL CharToNum(unsigned char ch);
  18.