25 lines
663 B
Diff
25 lines
663 B
Diff
From 5b683ad7f12bb302667ce82950458f3f93c05e48 Mon Sep 17 00:00:00 2001
|
|
From: Tim S <stahta01@users.sourceforge.net>
|
|
Date: Wed, 5 Apr 2017 14:11:11 -0400
|
|
Subject: [PATCH] plplot: Include "wx/msw/wrapwin.h" instead of "Windows.h".
|
|
|
|
---
|
|
drivers/wxwidgets_comms.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/drivers/wxwidgets_comms.h b/drivers/wxwidgets_comms.h
|
|
index dafbe9797..1da64918d 100644
|
|
--- a/drivers/wxwidgets_comms.h
|
|
+++ b/drivers/wxwidgets_comms.h
|
|
@@ -24,7 +24,7 @@
|
|
|
|
#include "plplotP.h"
|
|
#ifdef _WIN32
|
|
-#include <Windows.h>
|
|
+#include <wx/msw/wrapwin.h>
|
|
#else
|
|
#include <sys/mman.h>
|
|
#include <sys/stat.h>
|
|
--
|
|
2.12.2.windows.1
|