mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[QCKLNCH] Fix gcc build
This commit is contained in:
parent
129f98b473
commit
3c9aedfd1c
2 changed files with 4 additions and 1 deletions
|
@ -8,6 +8,9 @@ if(NOT MSVC)
|
|||
add_compile_flags_language("-std=c++11" "CXX")
|
||||
endif()
|
||||
|
||||
add_definitions(
|
||||
-D_ATL_NO_EXCEPTIONS)
|
||||
|
||||
include_directories(
|
||||
${REACTOS_SOURCE_DIR}/sdk/lib/atl
|
||||
${REACTOS_SOURCE_DIR})
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
WINE_DEFAULT_DEBUG_CHANNEL(qcklnch);
|
||||
|
||||
// {260CB95D-4544-44F6-A079-575BAA60B72F}
|
||||
static const GUID CLSID_QuickLaunchBand = { 0x260cb95d, 0x4544, 0x44f6, { 0xa0, 0x79, 0x57, 0x5b, 0xaa, 0x60, 0xb7, 0x2f } };
|
||||
const GUID CLSID_QuickLaunchBand = { 0x260cb95d, 0x4544, 0x44f6, { 0xa0, 0x79, 0x57, 0x5b, 0xaa, 0x60, 0xb7, 0x2f } };
|
||||
|
||||
// Componenet Category Registration
|
||||
HRESULT RegisterComCat()
|
||||
|
|
Loading…
Reference in a new issue