From aa26fef9a8dde2642260dbeaa7d9a0addad02203 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 30 Oct 2012 23:11:03 -0400 Subject: [PATCH] Works better when you put it in the right file. :) --- src/video/cocoa/SDL_cocoamessagebox.m | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video/cocoa/SDL_cocoamessagebox.m b/src/video/cocoa/SDL_cocoamessagebox.m index 802deea62..6dc8a2a14 100644 --- a/src/video/cocoa/SDL_cocoamessagebox.m +++ b/src/video/cocoa/SDL_cocoamessagebox.m @@ -26,6 +26,7 @@ #include #undef bool #undef vector +#undef pixel #endif #include "SDL_messagebox.h"