Skip to content

Commit

Permalink
Add a note on secure APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
markisch committed Oct 6, 2017
1 parent b720450 commit 6078650
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
Note that building using Mingw32 currently does not work anyway
due to missing headers libraries for newer Windows APIs.

* config/mingw/Makefile: Add a note that secure APIs are required
(pointed out by Allin Cottrell on the mailing list).

2017-10-05 Bastian Maerkisch <[email protected]>

* src/win/wd2d.cpp: Enable color font support. This enables colored
Expand Down
4 changes: 3 additions & 1 deletion config/mingw/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Hello, emacs: this is a -*- Makefile -*-
# $Id: Makefile,v 1.87 2017-10-06 07:28:39 markisch Exp $
# $Id: Makefile,v 1.88 2017-10-06 07:36:50 markisch Exp $
#
# GNUPLOT Makefile for MinGW/MSYS or MinGW-w64/MSYS2 on Windows
#
# Note: Currently MinGW cannot be used to compile gnuplot unless
# libraries / headers are updated.
# Note that Mingw-w64 needs to be configured with --enable-secure-api, and
# MINGW_HAS_SECURE_API must be defined in _mingw.h.
#
# See http://www.mingw.org or http://msys2.github.io/ for more details.

Expand Down

0 comments on commit 6078650

Please sign in to comment.