# HG changeset patch # User Herman Bloggs # Date 1037736654 0 # Node ID 59ff113da8bb5ed8c00fa1b29deec5639637d89e # Parent 4faf2a9753cb936cbd3339a5a7986f7e26238ee6 [gaim-migrate @ 4178] We're dynamyically loading this symbol now, therefore we don't need to link to user32plus.lib committer: Tailor Script diff -r 4faf2a9753cb -r 59ff113da8bb src/win32/mingw_plus/Makefile.mingw --- a/src/win32/mingw_plus/Makefile.mingw Tue Nov 19 18:20:29 2002 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -# -# Makefile.mingw -# -# Description: Build an import lib containing all Win32 API symbols -# which are missing from mingw 1.1 import libs. -# - - -user32plus.lib: user32plus.def - dlltool -D user32.dll -d user32plus.def -l user32plus.lib - -all: user32plus.lib - diff -r 4faf2a9753cb -r 59ff113da8bb src/win32/mingw_plus/user32plus.def --- a/src/win32/mingw_plus/user32plus.def Tue Nov 19 18:20:29 2002 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -EXPORTS - FlashWindowEx