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.

22 lines
478 B

  1. /******************************************************************************
  2. Copyright (c) 2002 Microsoft Corporation
  3. Module Name:
  4. StdAfx.h
  5. Abstract:
  6. precompiled header
  7. ******************************************************************************/
  8. #pragma once
  9. #define _WIN32_WINNT 0x0500 // some functionality is Win2000+ only
  10. #include <windows.h>
  11. #include <tchar.h>
  12. #include <wusafefn.h>
  13. #include <iucommon.h>
  14. #include <mistsafe.h>