Closed
Bug 505032
Opened 16 years ago
Closed 16 years ago
nsWifiScannerWin.cpp fails to compile on MinGW.
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jacek, Assigned: jacek)
Details
Attachments
(1 file)
3.63 KB,
patch
|
Biesinger
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1
Build Identifier:
The main problem is that on MinGW wchar_t != unsigned short. It's easy to fix by using proper PRUnichar/WCHAR types. Also I get errors like:
error: comma at end of enumerator list
so I removed extra commas in enum types.
Reproducible: Always
Assignee | ||
Comment 1•16 years ago
|
||
Attachment #389316 -
Flags: review?
Assignee | ||
Updated•16 years ago
|
Attachment #389316 -
Flags: review? → review?(cbiesinger)
Assignee: nobody → jacek
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•16 years ago
|
Attachment #389316 -
Flags: review?(cbiesinger) → review+
Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
blassey followed up with:
http://hg.mozilla.org/mozilla-central/rev/2605ac4a1e2d
You need to log in
before you can comment on or make changes to this bug.
Description
•