Bug 531300 - Link failure in testplugin on mingw, r=roc

This commit is contained in:
Jacek Caban 2009-12-13 09:44:15 -08:00
parent 3262b8c808
commit f864f5780d
2 changed files with 1 additions and 2 deletions

View File

@ -77,6 +77,7 @@ CPPSRCS += nptest_windows.cpp
RCFILE = nptest.rc
RESFILE = nptest.res
DEFFILE = $(win_srcdir)/nptest.def
OS_LIBS += $(call EXPAND_LIBNAME,msimg32)
endif
include $(topsrcdir)/config/rules.mk

View File

@ -39,8 +39,6 @@
using namespace std;
#pragma comment(lib, "msimg32.lib")
void SetSubclass(HWND hWnd, InstanceData* instanceData);
void ClearSubclass(HWND hWnd);
LRESULT CALLBACK PluginWndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);