[LIB/ATL]

* Who came up with this _declspec thing ? Was it you Arch ?

svn path=/trunk/; revision=62399
This commit is contained in:
Amine Khaldi
2014-03-02 21:40:58 +00:00
parent a82fcfc024
commit cdcdc82cda
+1 -1
View File
@@ -360,7 +360,7 @@ public:
}
};
_declspec(selectany) RECT CWindow::rcDefault = { CW_USEDEFAULT, CW_USEDEFAULT, 0, 0 };
__declspec(selectany) RECT CWindow::rcDefault = { CW_USEDEFAULT, CW_USEDEFAULT, 0, 0 };
template <class TBase = CWindow, class TWinTraits = CControlWinTraits>
class CWindowImplBaseT : public TBase, public CMessageMap