diff options
author | James Cook <james@lindenlab.com> | 2007-01-02 08:33:20 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2007-01-02 08:33:20 +0000 |
commit | 420b91db29485df39fd6e724e782c449158811cb (patch) | |
tree | b471a94563af914d3ed3edd3e856d21cb1b69945 /indra/win_crash_logger/StdAfx.cpp |
Print done when done.
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 |