Skip to content

Commit

Permalink
Avoid usage of platform #ifdefs in cef_types.h (see #3836)
Browse files Browse the repository at this point in the history
This file is passed to clang and will otherwise generate different
API hashes on different platforms.
  • Loading branch information
magreenblatt committed Jan 9, 2025
1 parent de5324e commit f6b02f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/internal/cef_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -488,12 +488,10 @@ typedef struct _cef_settings_t {
///
int chrome_app_icon_id;

#if defined(OS_POSIX) && !defined(OS_ANDROID)
///
/// Specify whether signal handlers must be disabled on POSIX systems.
///
int disable_signal_handlers;
#endif
} cef_settings_t;

///
Expand Down

0 comments on commit f6b02f9

Please sign in to comment.