From 8b6c14aa4880867480d9e4bcd0dc8d5a9f5c3856 Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Thu, 23 Nov 2017 11:05:49 +0100 Subject: [PATCH] windows.cfg: fix GetPrivateProfileString nullPointer FP The first three arguments can be NULL. Reference: https://msdn.microsoft.com/en-us/library/windows/desktop/ms724353.aspx --- cfg/windows.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/cfg/windows.cfg b/cfg/windows.cfg index 91586a487..cedd7187d 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -2546,12 +2546,10 @@ HFONT CreateFont( false - -