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/newview/macutil_Prefix.h |
Print done when done.
Diffstat (limited to 'indra/newview/macutil_Prefix.h')
-rw-r--r-- | indra/newview/macutil_Prefix.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/indra/newview/macutil_Prefix.h b/indra/newview/macutil_Prefix.h new file mode 100644 index 0000000000..8674a01c66 --- /dev/null +++ b/indra/newview/macutil_Prefix.h @@ -0,0 +1,18 @@ +/** + * @file macutil_Prefix.h + * @brief Precompiled prefix file + * + * Copyright (c) 2005-$CurrentYear$, Linden Research, Inc. + * $License$ + */ + +/* + * + * Precompiled prefix file used for + * AutoUpdater + * crashreporter + * + */ + +#include <Carbon/Carbon.h> + |