From bfdd55cc7427044148b4495b9747186610d71235 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 11 Dec 2012 12:35:11 -0800 Subject: [PATCH] Fixed building joystick code on Mac OS X --- src/joystick/darwin/SDL_sysjoystick_c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/joystick/darwin/SDL_sysjoystick_c.h b/src/joystick/darwin/SDL_sysjoystick_c.h index 0cbc539f9..897779674 100644 --- a/src/joystick/darwin/SDL_sysjoystick_c.h +++ b/src/joystick/darwin/SDL_sysjoystick_c.h @@ -79,7 +79,7 @@ struct joystick_hwdata int uncentered; int instance_id; - JoystickGUID guid; + SDL_JoystickGUID guid; Uint8 send_open_event; /* 1 if we need to send an Added event for this device */ struct joystick_hwdata *pNext; /* next device */