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.

28 lines
813 B

  1. //------------------------------------------------------------------------------
  2. //
  3. // File: stdafx.cpp
  4. // Copyright (C) 1995=1996 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // Purpose:
  8. // Source file that includes just the standard includes.
  9. // stdafx.obj will contain the pre-compiled type information.
  10. //
  11. // YOU SHOULD NOT NEED TO TOUCH ANYTHING IN THIS FILE.
  12. //
  13. // Owner:
  14. //
  15. //------------------------------------------------------------------------------
  16. #include "stdafx.h"
  17. // Add libs for the project.
  18. #ifdef _DEBUG
  19. #pragma comment(lib, "..\\..\\lib\\Debug\\esputil.lib")
  20. #pragma comment(lib, "..\\..\\lib\\Debug\\pbase.lib")
  21. #else
  22. #pragma comment(lib, "..\\..\\lib\\Retail\\esputil.lib")
  23. #pragma comment(lib, "..\\..\\lib\\Retail\\pbase.lib")
  24. #endif // _DEBUG