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.

33 lines
496 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name :
  4. lonsint.hxx
  5. Abstract:
  6. Main NT LONSI sources file
  7. Author:
  8. Johnson Apacible (johnsona) 01-Nov-1996
  9. --*/
  10. #ifndef _LONSINT_HXX_
  11. #define _LONSINT_HXX_
  12. extern "C" {
  13. #include <nt.h>
  14. #include <ntrtl.h>
  15. #include <nturtl.h>
  16. #include <windows.h>
  17. #include <lmcons.h>
  18. };
  19. #define DEFAULT_TRACE_FLAGS (DEBUG_ERROR)
  20. #include "dbgutil.h"
  21. #endif // _LONSINT_HXX_