Mercurial > hg > xemacs-beta
comparison modules/ChangeLog @ 4879:c356806cc933
fix compile errors when --with-msw=no
-------------------- ChangeLog entries follow: --------------------
modules/ChangeLog addition:
2010-01-16 Ben Wing <ben@xemacs.org>
* common/Makefile.common:
* common/Makefile.common (.PHONY):
Use WIN32_ANY not HAVE_MS_WINDOWS so we still link with the
import library even when --with-msw=no.
src/ChangeLog addition:
2010-01-16 Ben Wing <ben@xemacs.org>
* win32.c (mswindows_read_link_1):
Conditionalize COM support on HAVE_MS_WINDOWS because otherwise we
haven't linked with the appropriate libraries.
| author | Ben Wing <ben@xemacs.org> |
|---|---|
| date | Sat, 16 Jan 2010 06:50:01 -0600 |
| parents | 1e90dc478938 |
| children | 8b63e21b0436 |
comparison
equal
deleted
inserted
replaced
| 4878:3a4e815c821d | 4879:c356806cc933 |
|---|---|
| 1 2010-01-16 Ben Wing <ben@xemacs.org> | |
| 2 | |
| 3 * common/Makefile.common: | |
| 4 * common/Makefile.common (.PHONY): | |
| 5 Use WIN32_ANY not HAVE_MS_WINDOWS so we still link with the | |
| 6 import library even when --with-msw=no. | |
| 7 | |
| 1 2010-01-11 Ben Wing <ben@xemacs.org> | 8 2010-01-11 Ben Wing <ben@xemacs.org> |
| 2 | 9 |
| 3 * ldap/eldap.c (Fldap_search_basic): | 10 * ldap/eldap.c (Fldap_search_basic): |
| 4 Cast to Extbyte * to avoid C++ compile error. | 11 Cast to Extbyte * to avoid C++ compile error. |
| 5 | 12 |
