'identifier' : redefinition; different type modifiers
The specified identifier was already defined with a different type modifier.
The following is an example of this error:
void __pascal func( void ); void __cdecl func( void ); // error