Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Archive
Alchemy Viewer
Commits
419e13d0
Commit
419e13d0
authored
16 years ago
by
Christian Goetze
Browse files
Options
Downloads
Patches
Plain Diff
fix wassert symbol problem, copied from cmake branch
parent
a2a3985f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
indra/newview/llappviewerwin32.cpp
+14
-0
14 additions, 0 deletions
indra/newview/llappviewerwin32.cpp
with
14 additions
and
0 deletions
indra/newview/llappviewerwin32.cpp
+
14
−
0
View file @
419e13d0
...
...
@@ -58,6 +58,20 @@
#include
"llcommandlineparser.h"
//*FIX:Mani - This hack is to fix a linker issue with libndofdev.lib
// The lib was compiled under VS2005 - in VS2003 we need to remap assert
#ifdef LL_DEBUG
#ifdef LL_MSVC7
extern
"C"
{
void
_wassert
(
const
wchar_t
*
_Message
,
const
wchar_t
*
_File
,
unsigned
_Line
)
{
llerrs
<<
_Message
<<
llendl
;
}
}
#endif
#endif
LONG
WINAPI
viewer_windows_exception_handler
(
struct
_EXCEPTION_POINTERS
*
exception_infop
)
{
// *NOTE:Mani - this code is stolen from LLApp, where its never actually used.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment