Summary: | [cmake] nasty workaround for winioctl.h should be removed | ||
---|---|---|---|
Product: | dbus | Reporter: | Simon McVittie <smcv> |
Component: | core | Assignee: | Havoc Pennington <hp> |
Status: | RESOLVED FIXED | QA Contact: | John (J5) Palmieri <johnp> |
Severity: | normal | ||
Priority: | medium | ||
Version: | 1.4.x | ||
Hardware: | Other | ||
OS: | Windows (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Simon McVittie
2011-03-07 06:57:17 UTC
This buf has been fixed in commit http://cgit.freedesktop.org/dbus/dbus/commit/?id=e0fc90bdf2c60a4c77fffaf490d6f06b2bd6999d and could be closed (In reply to comment #1) > http://cgit.freedesktop.org/dbus/dbus/commit/?id=e0fc90bdf2c60a4c77fffaf490d6f06b2bd6999d I know, I committed that patch. That's not what this bug is about, though. This bug is a request to remove this hack from config.h.cmake, which shouldn't be necessary since commit e0fc90bdf: #ifdef _MSC_VER /* avoid defines of ELEMENT_TYPE */ #define _WINIOCTL_ #endif and check that that still works on Windows/MSVC/cmake (I can't test this myself, since I don't have Windows or MSVC). (In reply to comment #2) > (In reply to comment #1) > > http://cgit.freedesktop.org/dbus/dbus/commit/?id=e0fc90bdf2c60a4c77fffaf490d6f06b2bd6999d > > I know, I committed that patch. That's not what this bug is about, though. This > bug is a request to remove this hack from config.h.cmake, which shouldn't be > necessary since commit e0fc90bdf: > > #ifdef _MSC_VER > /* avoid defines of ELEMENT_TYPE */ > #define _WINIOCTL_ > #endif > > and check that that still works on Windows/MSVC/cmake (I can't test this > myself, since I don't have Windows or MSVC). fixed in git master |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.