Leaked source code of windows server 2003
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.

20 lines
790 B

  1. /****************************** Module Header ******************************\
  2. * Module Name: chartran.c
  3. *
  4. * Copyright (c) 1985-96, Microsoft Corporation
  5. *
  6. * This file is included in the SOURCES= line of ntuser\rtl\sources.inc.
  7. * It allows BUILD.EXE and $(NTMAKEENV)\MAKEFILE.DEF to work with source
  8. * files that are not stored in the current directory or the current
  9. * directory's parent.
  10. * Note also that a specific dependency line is included in makefile.inc
  11. * so the corresponding object is properly rebuilt when the source file
  12. * included below changes.
  13. *
  14. * History:
  15. * Feb-14-1996 GerardoB Created
  16. \***************************************************************************/
  17. #define MOVE_TO_RTL
  18. #include "precomp.h"
  19. #pragma hdrstop
  20. #include "..\alignrec.c"