From 6db99d105f70d1d0e4db18f33bb6e6c310c294d9 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Wed, 22 Feb 2017 15:52:39 +0100 Subject: [PATCH] windows.cfg: Added support for FindFirstFileEx. --- cfg/windows.cfg | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/cfg/windows.cfg b/cfg/windows.cfg index dc4e0d64a..3c0a70c4f 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -973,6 +973,8 @@ FindFirstFileW FindFirstFileA FindFirstFileEx + FindFirstFileExW + FindFirstFileExA FindFirstFileNameW FindFirstFileNameTransactedW FindFirstStreamTransactedW @@ -2902,6 +2904,34 @@ HFONT CreateFont( + + + + false + + + + + + + + + + + + + + + + +