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.

23 lines
563 B

  1. /****************************** Module Header ******************************\
  2. * Module Name: shlkdx.h
  3. *
  4. * Copyright (c) 1985-96, Microsoft Corporation
  5. *
  6. * A preprocessed version of this file is passed to structo.exe to build
  7. * the struct field name-offset tables.
  8. *
  9. * History:
  10. * 11-04-1997 Cdturner Created
  11. \***************************************************************************/
  12. #ifndef _SHLKDX_
  13. #define _SHLKDX_
  14. #include "precomp.h"
  15. #pragma hdrstop
  16. #include "conapi.h"
  17. #include <ntsdexts.h>
  18. #define NOEXTAPI
  19. #include <wdbgexts.h>
  20. #endif /* _SHLKDX_ */