Fix definition clashes in unity build

This commit is contained in:
Robbert van der Helm
2021-07-10 19:38:24 +02:00
parent 091ab0f0df
commit 998e222651
3 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ constexpr char OLEDD_DRAGTRACKERCLASS[] = "WineDragDropTracker32";
// These are the XDND atom names as described in
// https://www.freedesktop.org/wiki/Specifications/XDND/#atomsandproperties
constexpr char xdnd_selection_name[] = "XdndSelection";
constexpr char xdnd_aware_property_name[] = "XdndAware";
// xdnd_aware_property_name is defined in `editor.h``
constexpr char xdnd_proxy_property_name[] = "XdndProxy";
/**