I encountered this code:
NAMESPACE_NCO_BEGIN
class NCO_VIEWS_DECLSPEC MyView:
public CWnd
{
};
NAMESPACE_NCO_END
What does the NCO_VIEWS_DECLSPEC mean?
MyView is class name.
If possible try to explain NAMESPACE_NCO_BEGIN and NAMESPACE_NCO_END.