You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a fixed libwpe-version.h header which contains #defines for the
version numbers only, which is the location where the canonical version
is read by the build systems, and also used by then get used by both
version.h and version-deprecated.h
This avoids needing to use relative #include paths, which continued being
a pitfall even after the recent improvements due to the mixup of headers
with the same name (and relative path!) in the preprocessor search path
e.g. wpe/version.h from WPEBackend-fdo.
0 commit comments