mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[LIB/ATL]
* Who came up with this _declspec thing ? Was it you Arch ? svn path=/trunk/; revision=62399
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user