From: <ai...@us...> - 2010-10-08 17:18:11
|
Revision: 11248 http://plplot.svn.sourceforge.net/plplot/?rev=11248&view=rev Author: airwin Date: 2010-10-08 17:18:04 +0000 (Fri, 08 Oct 2010) Log Message: ----------- Style previous commit. Modified Paths: -------------- trunk/drivers/wingcc.c Modified: trunk/drivers/wingcc.c =================================================================== --- trunk/drivers/wingcc.c 2010-10-05 01:07:23 UTC (rev 11247) +++ trunk/drivers/wingcc.c 2010-10-08 17:18:04 UTC (rev 11248) @@ -257,7 +257,7 @@ else { #ifndef _WIN64 -#define GetWindowLongPtr GetWindowLong +#define GetWindowLongPtr GetWindowLong #endif pls = (PLStream *) GetWindowLongPtr( hwnd, GWL_USERDATA ); /* Try to get the address to pls for this window */ if ( pls ) /* If we got it, then we will initialise this windows plplot private data area */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |