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.

39 lines
578 B

  1. /*++
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. Module Name:
  4. nxalpha.w
  5. Abstract:
  6. User mode visible AMD64 specific structures and constants.
  7. This file contains platform specific definitions that are included
  8. after all other files have been included from nt.h.
  9. Author:
  10. David N. Cutler (davec) 6-May-2000
  11. Revision History:
  12. --*/
  13. #ifndef _NXALPHA_
  14. #define _NXALPHA_
  15. #if _MSC_VER > 1000
  16. #pragma once
  17. #endif
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21. #ifdef __cplusplus
  22. }
  23. #endif
  24. #endif // _NXALPHA_