Redefinition Error
- by ahmed-zeb
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.