diff options
Diffstat (limited to 'indra/win_crash_logger/StdAfx.cpp')
-rw-r--r-- | indra/win_crash_logger/StdAfx.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/indra/win_crash_logger/StdAfx.cpp b/indra/win_crash_logger/StdAfx.cpp new file mode 100644 index 0000000000..541c322d90 --- /dev/null +++ b/indra/win_crash_logger/StdAfx.cpp @@ -0,0 +1,16 @@ +/** + * @file StdAfx.cpp + * @brief windows crash logger source file for includes + * + * Copyright (c) 2003-$CurrentYear$, Linden Research, Inc. + * $License$ + */ + +// stdafx.cpp : source file that includes just the standard includes +// win_crash_logger.pch will be the pre-compiled header +// stdafx.obj will contain the pre-compiled type information + +#include "stdafx.h" + +// TODO: reference any additional headers you need in STDAFX.H +// and not in this file |