Module: wine Branch: master Commit: d4259ac8e9326a8173d6f83f0d525c97b90a1da0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=d4259ac8e9326a8173d6f83f0...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Oct 13 11:57:38 2021 +0200
include: Import specstrings.h and related headers from Mingw.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wmphoto/unix_lib.c | 2 + include/Makefile.in | 3 + include/concurrencysal.h | 48 +++++++ include/driverspecs.h | 55 ++++++++ include/msvcrt/corecrt.h | 2 + include/ntdef.h | 1 + include/rpcdce.h | 2 + include/specstrings.h | 340 +++++++++++++++++++++++++++++++++++++++++++++++ include/winerror.h | 2 + include/winnt.h | 1 + 10 files changed, 456 insertions(+)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=d4259ac8e9326a8173d6f...