Redefinition Error

Posted by ahmed-zeb on Stack Overflow See other posts from Stack Overflow or by ahmed-zeb
Published on 2010-06-11T14:22:03Z Indexed on 2010/06/11 14:22 UTC
Read the original article Hit count: 360

Filed under:

I am converting an MFC application for deadlock detection in to Simple console application. During this process I found many errors saying like

error C2365: 'CmdLockMutex' : redefinition; previous definition was 'enumerator'

I am unable to remove this error. Kindly if someone could help me in this regard.

© Stack Overflow or respective owner

Related posts about c++