mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
2fa8b74cf6
- Link with -lpwcac -ldbm on all platforms, not just Linux, FreeBSD, and SunOS. - Correct linking order: $(PNG_LIBS) needs to be after -limg. widget/tests/scribble/main.cpp - Declare extern "C" for the XP_ReBuffer stub. - Declare main to return int because it does return a value. Thanks to wtc@netscape.com (Wan-Teh Chang) for the fix.