forked from Lainports/freebsd-ports
https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.37.2 3.37.1: This version changes a compiler flag that makes a new dependency build properly on Windows. This in turn fixes CFDMesh and FEAMesh on Windows. Without this change, 3.37.0 will quickly crash if you try to use either mesher. This won’t change anything for non-windows users. 3.37.2 contains bugfixes For now, use bundled fltk since the port uses a newer version than the one in ports.
10 lines
282 B
C
10 lines
282 B
C
--- src/gui_and_draw/ScreenBase.h.orig 2024-03-26 08:35:31 UTC
|
|
+++ src/gui_and_draw/ScreenBase.h
|
|
@@ -11,6 +11,7 @@
|
|
#if !defined(SCREENBASE__INCLUDED_)
|
|
#define SCREENBASE__INCLUDED_
|
|
|
|
+#undef nitems
|
|
#include <FL/Fl.H>
|
|
#include <FL/Fl_Browser.H>
|
|
#include <FL/Fl_Check_Browser.H>
|