Closed
Bug 140031
Opened 24 years ago
Closed 23 years ago
Change jstypes.h to use __declspec instead of _declspec
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jonwil, Assigned: khanson)
Details
Attachments
(1 file)
|
1.47 KB,
patch
|
rogerl
:
review+
|
Details | Diff | Splinter Review |
This is a patch to fix jstypes.h so that it uses __declspec instead of _declspec.
_declspec doesnt work on mingw32 but __declspec works on all compilers.
See bug 134113 for the comment about this.
Attachment #113689 -
Flags: review?(rogerl)
Updated•23 years ago
|
Attachment #113689 -
Flags: review?(rogerl) → review+
checked in
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•