https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e2c6c3cfc78d21fe955fc…
commit e2c6c3cfc78d21fe955fcf7da88a97284f79622d
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Sun Feb 4 17:18:25 2018 +0100
Commit: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Sun Feb 4 18:11:47 2018 +0100
[BROWSEUI] Shut a warning down ("windef.h(121) : warning RC4005:
'DECLSPEC_IMPORT' : redefinition" when compiling the resource).
---
dll/win32/browseui/browseui.rc | 1 +
1 file changed, 1 insertion(+)
diff --git a/dll/win32/browseui/browseui.rc b/dll/win32/browseui/browseui.rc
index aa8c3435a9..030d614112 100644
--- a/dll/win32/browseui/browseui.rc
+++ b/dll/win32/browseui/browseui.rc
@@ -22,6 +22,7 @@
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <shlobj.h>
+#undef DECLSPEC_IMPORT
#include "resource.h"