Closed
Bug 123420
Opened 24 years ago
Closed 24 years ago
ver.h should be winver.h in msdos\winsock\nsldap.rc
Categories
(Directory Graveyard :: LDAP C SDK, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: david, Assigned: mcs)
References
Details
Attachments
(1 file)
|
559 bytes,
patch
|
Details | Diff | Splinter Review |
The file c-sdk\ldap\libraries\msdos\winsock\nsldap.rc #includes ver.h
According to http://support.microsoft.com/default.aspx?scid=kb;en-us;Q103719
though, ver.h is no longer to be used, and instead "winver.h" should be #included.
The KB article has proved prophetic, as with the release of Visual C++ 7.0 (as
part of Visual Studio .NET), ver.h no longer exists, and building Mozilla
doesn't work.
-dave
| Reporter | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Comment 2•24 years ago
|
||
What branch of the LDAP C SDK code are you building? Is it LDAPCSDK_40_BRANCH?
| Reporter | ||
Comment 3•24 years ago
|
||
yes.. as per what Mozilla pulls via client.mk
-dave
Comment 4•24 years ago
|
||
The 5.0 SDK branch appears to use ver.h as well.
| Assignee | ||
Comment 5•24 years ago
|
||
I suggest we just fix this on ldapcsdk_branch_50, assuming that will land soon
enough. The version numbers in the nsldap.rc file should be bumped to 5.0 also.
Dan, do you know if the new autoconf based builds use nsldap.rc? Our server-ish
C SDK builds do not as far as I know (perhaps they should).
Comment 6•24 years ago
|
||
The new autoconf stuff doesn't use it either. So maybe nsldap.rc should just be
cvs removed on the 5.0 branch?
| Assignee | ||
Comment 7•24 years ago
|
||
I committed this fix along with some others on 2002-03-12 but forgot to mark
this bug as fixed. Done now.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•