Skip to content

Commit

Permalink
Cleanup|libcore: Undefined more conflicting X11 defines
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 29, 2016
1 parent 343686d commit 7e765e4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion doomsday/sdk/libcore/include/de/core/event.h
Expand Up @@ -13,14 +13,21 @@
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
* General Public License for more details. You should have received a copy of
* the GNU Lesser General Public License along with this program; if not, see:
* http://www.gnu.org/licenses</small>
* http://www.gnu.org/licenses</small>
*/

#ifndef LIBDENG2_EVENT_H
#define LIBDENG2_EVENT_H

#include "../libcore.h"

#ifdef KeyPress
# undef KeyPress
#endif
#ifdef KeyRelease
# undef KeyRelease
#endif

namespace de {

/**
Expand Down

0 comments on commit 7e765e4

Please sign in to comment.