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.

26 lines
695 B

  1. /*************************************************************************
  2. *
  3. * DBCS.H
  4. *
  5. * DBCS header file
  6. *
  7. * Copyright (c) 1995 Microsoft Corporation
  8. *
  9. * $Log: N:\NT\PRIVATE\NW4\NWSCRIPT\INC\VCS\DBCS.H $
  10. *
  11. * Rev 1.1 22 Dec 1995 14:20:14 terryt
  12. * Add Microsoft headers
  13. *
  14. * Rev 1.0 15 Nov 1995 18:05:32 terryt
  15. * Initial revision.
  16. *
  17. * Rev 1.1 25 Aug 1995 17:03:40 terryt
  18. * CAPTURE support
  19. *
  20. * Rev 1.0 15 May 1995 19:09:32 terryt
  21. * Initial revision.
  22. *
  23. *************************************************************************/
  24. unsigned char *NWAnsiNext(unsigned char *puch);
  25. unsigned char *NWAnsiPrev(unsigned char *psz, unsigned char *puch);