Update of /cvsroot/perl-win32-gui/Win32-GUI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5523
Modified Files:
GUI.h
Log Message:
Add NOTIFYICONDATA_V1_SIZE macro for MinGW
Index: GUI.h
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** GUI.h 11 Jan 2006 21:26:14 -0000 1.24
--- GUI.h 12 Jan 2006 22:23:27 -0000 1.25
***************
*** 780,783 ****
--- 780,788 ----
#endif
#endif
+
+ #ifndef NOTIFYICONDATA_V1_SIZE
+ # define NOTIFYICONDATA_V1_SIZE CCSIZEOF_STRUCT(NOTIFYICONDATA, szTip[63])
+ #endif
+
#else
#define WNDPROC_CAST FARPROC
|