diff options
Diffstat (limited to 'indra/win_crash_logger/win_crash_logger.h')
-rw-r--r-- | indra/win_crash_logger/win_crash_logger.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/indra/win_crash_logger/win_crash_logger.h b/indra/win_crash_logger/win_crash_logger.h new file mode 100644 index 0000000000..8a765cc525 --- /dev/null +++ b/indra/win_crash_logger/win_crash_logger.h @@ -0,0 +1,20 @@ +/** + * @file win_crash_logger.h + * @brief Windows crash logger project includes + * + * Copyright (c) 2003-$CurrentYear$, Linden Research, Inc. + * $License$ + */ + + +#if !defined(AFX_WIN_CRASH_LOGGER_H__79802F4B_7C37_4F63_A2BB_0768788C3A27__INCLUDED_) +#define AFX_WIN_CRASH_LOGGER_H__79802F4B_7C37_4F63_A2BB_0768788C3A27__INCLUDED_ + +#if _MSC_VER > 1000 +#pragma once +#endif // _MSC_VER > 1000 + +#include "resource.h" + + +#endif // !defined(AFX_WIN_CRASH_LOGGER_H__79802F4B_7C37_4F63_A2BB_0768788C3A27__INCLUDED_) |