From c4fc3e3b6d18db9b68427b89a32b1cc31a878c6d Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Thu, 27 Jun 2024 17:08:48 +0200 Subject: [PATCH] windows.cfg: Added support for obsolete UpdateTraceW() and UpdateTraceA(). --- cfg/windows.cfg | 15 +++++++++++++++ test/cfg/windows.cpp | 12 ++++++++++++ 2 files changed, 27 insertions(+) diff --git a/cfg/windows.cfg b/cfg/windows.cfg index e061752ca66..aa464b6c40e 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -6775,6 +6775,21 @@ HFONT CreateFont( + + + + false + + + This function is obsolete. The ControlTrace function supersedes this function. + + + + + + + +