From e8b5003f25b5c1e15bf6072bf32ba495beef98f1 Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 25 Aug 2004 18:35:29 +0000 Subject: [PATCH] [project @ 2004-08-25 18:35:29 by sof] extrs_libraries{mingw32}: replace 'shell32' with 'shfolder'; standard, and more version-proof --- package.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.conf.in b/package.conf.in index 8ddeb31..802a304 100644 --- a/package.conf.in +++ b/package.conf.in @@ -27,7 +27,7 @@ Package { # endif extra_libraries = [ "HSbase_cbits" #if defined(mingw32_TARGET_OS) || defined(__MINGW32__) || defined(_MSC_VER) - , "wsock32", "msvcrt", "kernel32", "user32", "shfolder" + , "wsock32", "msvcrt", "kernel32", "user32", "shell32" #endif ], #ifdef INSTALLING -- 1.7.10.4