Update of /cvsroot/pywin32/pywin32/Pythonwin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20591
Modified Files:
win32toolbar.h
Log Message:
[ 1043736 ] PyCControlBar is now exported with PYW_EXPORT
Index: win32toolbar.h
===================================================================
RCS file: /cvsroot/pywin32/pywin32/Pythonwin/win32toolbar.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** win32toolbar.h 1 Sep 1999 23:33:02 -0000 1.1
--- win32toolbar.h 10 Jan 2006 04:53:38 -0000 1.2
***************
*** 1,5 ****
// long awaited toolbar class
! class PyCControlBar : public PyCWnd
{
public:
--- 1,5 ----
// long awaited toolbar class
! class PYW_EXPORT PyCControlBar : public PyCWnd
{
public:
|