comparison src/cdrom/dummy/SDL_syscdrom.c @ 1152:51a8702d8ecd

Updates to PocketPC (WinCE) support, thanks to Dmitry Yakimov at activekitten.com.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 29 Sep 2005 09:43:00 +0000
parents b8d311d90021
children 5bc98ce985c2
comparison
equal deleted inserted replaced
1151:be9c9c8f6d53 1152:51a8702d8ecd
38 void SDL_SYS_CDQuit(void) 38 void SDL_SYS_CDQuit(void)
39 { 39 {
40 return; 40 return;
41 } 41 }
42 42
43 int SDL_CDROMInit(void)
44 {
45 return 0;
46 }