comparison src/video/fbcon/SDL_fbelo.h @ 1330:450721ad5436

It's now possible to build SDL without any C runtime at all on Windows, using Visual C++ 2005
author Sam Lantinga <slouken@libsdl.org>
date Mon, 06 Feb 2006 08:28:51 +0000
parents c9b51268668f
children d910939febfa
comparison
equal deleted inserted replaced
1329:bc67bbf87818 1330:450721ad5436
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 22
23 #ifndef SDL_fbelo_h 23 #ifndef SDL_fbelo_h
24 #define SDL_fbelo_h 24 #define SDL_fbelo_h
25
26 #include <stdlib.h>
27 25
28 #include "SDL_fbvideo.h" 26 #include "SDL_fbvideo.h"
29 27
30 /* ELO */ 28 /* ELO */
31 #define ELO_PACKET_SIZE 10 29 #define ELO_PACKET_SIZE 10