Update of /cvsroot/winguitest/Win32-GuiTest
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv22189
Modified Files:
GuiTest.xs
Log Message:
- hush a warning on x64
Index: GuiTest.xs
===================================================================
RCS file: /cvsroot/winguitest/Win32-GuiTest/GuiTest.xs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** GuiTest.xs 1 Oct 2008 11:27:45 -0000 1.2
--- GuiTest.xs 29 Jul 2010 20:14:53 -0000 1.3
***************
*** 692,697 ****
dw, lpMsgBuf );
}else{
! XPUSHs( sv_2mortal( newSVuv( ( LONG )pBuffer ) ) );
! XPUSHs( sv_2mortal( newSVuv( ( LONG )hProcess ) ) );
}
--- 692,697 ----
dw, lpMsgBuf );
}else{
! XPUSHs( sv_2mortal( newSVuv( ( UV )pBuffer ) ) );
! XPUSHs( sv_2mortal( newSVuv( ( UV )hProcess ) ) );
}
|