comparison src/video/nanox/SDL_nxmouse.c @ 1402:d910939febfa

Use consistent identifiers for the various platforms we support. Make sure every source file includes SDL_config.h, so the proper system headers are chosen.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 21 Feb 2006 08:46:50 +0000
parents 19418e4422cb
children 782fd950bd46 c121d94672cb a1b03ba2fcd0
comparison
equal deleted inserted replaced
1401:1819fd069e89 1402:d910939febfa
21 slouken@libsdl.org 21 slouken@libsdl.org
22 22
23 Hsieh-Fu Tsai 23 Hsieh-Fu Tsai
24 clare@setabox.com 24 clare@setabox.com
25 */ 25 */
26 #include "SDL_config.h"
26 27
27 #include "../../events/SDL_events_c.h" 28 #include "../../events/SDL_events_c.h"
28 29
29 #include "SDL_nxmouse_c.h" 30 #include "SDL_nxmouse_c.h"
30 31