PageRenderTime 122ms CodeModel.GetById 107ms RepoModel.GetById 1ms app.codeStats 0ms

/indra/win_crash_logger/StdAfx.h

https://bitbucket.org/lindenlab/viewer-beta/
C++ Header | 56 lines | 11 code | 10 blank | 35 comment | 0 complexity | d4355553bdd115306b9d05a99a6d2089 MD5 | raw file
Possible License(s): LGPL-2.1
  1. /**
  2. * @file StdAfx.h
  3. * @brief standard system includes
  4. *
  5. * $LicenseInfo:firstyear=2003&license=viewerlgpl$
  6. * Second Life Viewer Source Code
  7. * Copyright (C) 2010, Linden Research, Inc.
  8. *
  9. * This library is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU Lesser General Public
  11. * License as published by the Free Software Foundation;
  12. * version 2.1 of the License only.
  13. *
  14. * This library is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  17. * Lesser General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU Lesser General Public
  20. * License along with this library; if not, write to the Free Software
  21. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  22. *
  23. * Linden Research, Inc., 945 Battery Street, San Francisco, CA 94111 USA
  24. * $/LicenseInfo$
  25. */
  26. // stdafx.h : include file for standard system include files,
  27. // or project specific include files that are used frequently, but
  28. // are changed infrequently
  29. //
  30. #if !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_)
  31. #define AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_
  32. #if _MSC_VER > 1000
  33. #pragma once
  34. #endif // _MSC_VER > 1000
  35. #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
  36. // Windows Header Files:
  37. #include <windows.h>
  38. // C RunTime Header Files
  39. #include <stdlib.h>
  40. #include <malloc.h>
  41. #include <memory.h>
  42. // Local Header Files
  43. // TODO: reference additional headers your program requires here
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_)