By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2711
Collapse All | Expand All

(-)a/dcopperl/DCOP.xs (+2 lines)
Lines 26-31 Link Here
26
#undef vform
26
#undef vform
27
#endif
27
#endif
28
28
29
#include <cassert>
30
29
#include <tqpoint.h>
31
#include <tqpoint.h>
30
#include <tqrect.h>
32
#include <tqrect.h>
31
#include <tqregexp.h>
33
#include <tqregexp.h>

Return to bug 2711