|
From: <arj...@us...> - 2010-06-21 07:22:41
|
Revision: 11081
http://plplot.svn.sourceforge.net/plplot/?rev=11081&view=rev
Author: arjenmarkus
Date: 2010-06-21 07:22:35 +0000 (Mon, 21 Jun 2010)
Log Message:
-----------
Incorporate the changes suggested by Sisyphus on plplot-general for support of the Windows 64-bits platform.
Note: untested for lack of such a system.
Modified Paths:
--------------
trunk/drivers/wingcc.c
Modified: trunk/drivers/wingcc.c
===================================================================
--- trunk/drivers/wingcc.c 2010-06-20 05:28:43 UTC (rev 11080)
+++ trunk/drivers/wingcc.c 2010-06-21 07:22:35 UTC (rev 11081)
@@ -27,6 +27,10 @@
#include <string.h>
#include <windows.h>
+#ifdef _WIN64
+#define GWL_USERDATA GWLP_USERDATA
+#define GCL_HCURSOR GCLP_HCURSOR
+#endif
#include "plplotP.h"
#include "drivers.h"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|