History log of /reactos/dll/win32/comctl32/precomp.h (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6cdaad13 22-Nov-2023 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

Add missing OEMRESOURCE for using the OBM_, OIC_, OCR_ defines from winuser.h

Fix build by commit 072965eb0 for modules:
EXPLORER, COMCTL32, IERNONCE, URLMON, USER32_(API|WINE)TESTS

Note that some

Add missing OEMRESOURCE for using the OBM_, OIC_, OCR_ defines from winuser.h

Fix build by commit 072965eb0 for modules:
EXPLORER, COMCTL32, IERNONCE, URLMON, USER32_(API|WINE)TESTS

Note that some of these modules (from Wine) already have the OEMRESOURCE
defined; however, only in one of their files. But we have added
precompiled headers for them where we have included either windows.h
or winuser.h in them, without OEMRESOURCE. The result is, that when
compiling these modules with PCH support, the OEMRESOURCE define was
_not_ satisfied and thus, compile errors arose.

Fix this by adding #define OEMRESOURCE before the windows headers also
in the precompiled headers we have added for these modules.

show more ...


Revision tags: 0.4.14-release, 0.4.15-dev, 0.4.14-RC, 0.4.13-release
# d96f24e3 07-Nov-2019 James Tabor <james.tabor@reactos.org>

[ComCtl32] Fix Build 2

Part 2


# 680d63ee 07-Nov-2019 James Tabor <james.tabor@reactos.org>

[ComCtl32] Fix Build

Add missing header.


Revision tags: 0.4.14-dev, 0.4.13-RC, 0.4.12-release, 0.4.12-RC, 0.4.13-dev, 0.4.11-release, 0.4.11-RC, 0.4.12-dev, 0.4.10-release, 0.4.11-dev, 0.4.10-RC, 0.4.9-release, 0.4.10-dev, 0.4.9-RC, 0.4.8-release
# b3fb8555 04-Apr-2018 Giannis Adamopoulos <gadamopoulos@reactos.org>

[COMCTL32] Sync with Wine Staging 3.3. CORE-14434