diff --git a/desktop/StaticLibrary_winextendloaderenv.mk b/desktop/StaticLibrary_winextendloaderenv.mk index d920ac83c948..4e87b8f41ec9 100644 --- a/desktop/StaticLibrary_winextendloaderenv.mk +++ b/desktop/StaticLibrary_winextendloaderenv.mk @@ -10,7 +10,7 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,winextendloaderenv)) -$(eval $(call gb_StaticLibrary_add_noexception_objects,winextendloaderenv,\ +$(eval $(call gb_StaticLibrary_add_exception_objects,winextendloaderenv,\ desktop/win32/source/extendloaderenvironment \ )) diff --git a/desktop/StaticLibrary_winlauncher.mk b/desktop/StaticLibrary_winlauncher.mk index 64cd81a771a9..1ebefccec990 100644 --- a/desktop/StaticLibrary_winlauncher.mk +++ b/desktop/StaticLibrary_winlauncher.mk @@ -14,7 +14,7 @@ $(eval $(call gb_StaticLibrary_add_defs,winlauncher,\ -DUNICODE \ )) -$(eval $(call gb_StaticLibrary_add_noexception_objects,winlauncher,\ +$(eval $(call gb_StaticLibrary_add_exception_objects,winlauncher,\ desktop/win32/source/applauncher/launcher \ ))