This is an automatically generated mail from the syncmail system.  Do not reply 
directly to this email.  Further discussion should take place on the hackers 
list: perl-win32-gui-hack...@lists.sourceforge.net

Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla
In directory 
sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24291/Win32-GUI-Scintilla

Modified Files:
        Scintilla.xs 
Log Message:
Initial change to build with a 64bit compiler

Index: Scintilla.xs
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla/Scintilla.xs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Scintilla.xs        31 Jan 2008 00:34:19 -0000      1.4
--- Scintilla.xs        8 Apr 2010 21:26:48 -0000       1.5
***************
*** 197,201 ****
        if (memcmp (Name, "Scintilla", 9) == 0)
        {
!         LPPERLWIN32GUI_USERDATA perlud = (LPPERLWIN32GUI_USERDATA) 
GetWindowLong(lpnmhdr->hwndFrom, GWL_USERDATA);
  
          if (perlud != NULL)
--- 197,201 ----
        if (memcmp (Name, "Scintilla", 9) == 0)
        {
!         LPPERLWIN32GUI_USERDATA perlud = (LPPERLWIN32GUI_USERDATA) 
GetWindowLongPtr (lpnmhdr->hwndFrom, GWLP_USERDATA);
  
          if (perlud != NULL)
***************
*** 223,227 ****
        {
          // Perl contexte
!         LPPERLWIN32GUI_USERDATA perlud = (LPPERLWIN32GUI_USERDATA) 
GetWindowLong((HWND) msg->lParam, GWL_USERDATA);
          if (perlud != NULL)
          {
--- 223,227 ----
        {
          // Perl contexte
!         LPPERLWIN32GUI_USERDATA perlud = (LPPERLWIN32GUI_USERDATA) 
GetWindowLongPtr((HWND) msg->lParam, GWLP_USERDATA);
          if (perlud != NULL)
          {


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Perl-win32-gui-cvscommit mailing list
Perl-win32-gui-cvscommit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-cvscommit
http://perl-win32-gui.sourceforge.net/

Reply via email to