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.

26 lines
537 B

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Copyright (c) 1999 Microsoft Corporation
  4. //
  5. // File: precomp.h
  6. //
  7. // Contents: precompile header file
  8. //
  9. // History:
  10. //
  11. //---------------------------------------------------------------------------
  12. #include <windows.h>
  13. #include <winbase.h>
  14. #include <winerror.h>
  15. #include <wincrypt.h>
  16. #include <stdio.h>
  17. #include <stdarg.h>
  18. #include <assert.h>
  19. #include <stdlib.h>
  20. #include <mbstring.h>
  21. #include "licekpak.h"