Closed
Bug 204304
Opened 22 years ago
Closed 19 years ago
Do CRT DBG stuff on MingW builds
Categories
(Core Graveyard :: GFX: Win32, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jonwil, Assigned: dmosedale)
References
Details
Once MingW gets crtdbg.h, it will be possible to do the crtdbg stuff in
nsViewerApp.cpp
Reporter | ||
Updated•22 years ago
|
Assignee | ||
Comment 1•22 years ago
|
||
Taking, since I'm the MingW port owner.
jonwil: what "crtdbg stuff" do you think is missing?
Assignee: kmcclusk → dmose
Reporter | ||
Comment 2•22 years ago
|
||
its in webshell/tests/viewer/nsViewerApp.cpp
that #includes <crtdbg.h> which (along with some code that uses it) is currenty
disabled on MingW. If MingW gets a crtdbg.h header file, it will become possible
to enable that code again.
Comment 3•21 years ago
|
||
Hmmm, a thought, as WINE (www.winehq.com) has a crtdbg.h, couldn't Mozilla use
that one? (Yes, I know, WINE is for running Windows apps on top of X/Unix).
Reporter | ||
Comment 4•20 years ago
|
||
the crtdbg.h from WINE is licenced under LGPL.
If we can use LGPL stuff in mozilla without problems, we could use that.
We could also use other headers (zmouse.h, mapi stuff etc) to potentially fix
other MingW specific bugs.
Comment 5•19 years ago
|
||
Anything that still needs to be done here, considering that viewer is gone?
Nope.
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•