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.

42 lines
529 B

  1. /*++
  2. Copyright (c) 2000-2001 Microsoft Corporation
  3. Module Name:
  4. stdafx.h
  5. Abstract:
  6. Precompiled header file
  7. Author:
  8. Stefan R. Steiner [ssteiner] 02-17-2000
  9. Revision History:
  10. --*/
  11. #ifndef __H_STDAFX_
  12. #define __H_STDAFX_
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif
  16. #define RTL_USE_AVL_TABLES 1
  17. #include <nt.h>
  18. #include <ntrtl.h>
  19. #include <nturtl.h>
  20. #include <ntioapi.h>
  21. #include <windows.h>
  22. #include "bsstring.h"
  23. #include "params.h"
  24. #include "vs_list.h"
  25. #include "volstate.h"
  26. #endif // __H_STDAFX_