Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 690 Bytes

resource-compiler-warning-rc4005.md

File metadata and controls

17 lines (13 loc) · 690 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Resource Compiler Warning RC4005
Resource Compiler Warning RC4005
11/04/2016
RC4005
RC4005
71f03b4a-c9a9-415d-920f-bf2e58507f93

Resource Compiler Warning RC4005

'identifier' : macro redefinition

The identifier is defined twice. The compiler used the second macro definition.

This warning can be caused by defining a macro on the command line and in the code with a #define directive. It also can be caused by macros imported from include files.

To eliminate the warning, either remove one of the definitions or use an #undef directive before the second definition.