Mercurial > sdl-ios-xcode
comparison src/haptic/win32/SDL_syshaptic.c @ 2593:e4729600607e gsoc2008_force_feedback
Missed closing parenthesis.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Mon, 04 Aug 2008 17:31:09 +0000 |
parents | 8152dd46fbe2 |
children | 3e59fe26671f |
comparison
equal
deleted
inserted
replaced
2592:8152dd46fbe2 | 2593:e4729600607e |
---|---|
191 | 191 |
192 /* | 192 /* |
193 * Callback to get all supported effects. | 193 * Callback to get all supported effects. |
194 */ | 194 */ |
195 #define EFFECT_TEST(e,s) \ | 195 #define EFFECT_TEST(e,s) \ |
196 if (SDL_memcmp(&pei->guid,&(e),sizeof(GUID)==0) \ | 196 if (SDL_memcmp(&pei->guid,&(e),sizeof(GUID)==0)) \ |
197 haptic->supported |= (s) | 197 haptic->supported |= (s) |
198 static BOOL CALLBACK | 198 static BOOL CALLBACK |
199 DI_EffectCallback(LPCDIEFFECTINFO pei, LPVOID pv) | 199 DI_EffectCallback(LPCDIEFFECTINFO pei, LPVOID pv) |
200 { | 200 { |
201 /* Prepare the haptic device. */ | 201 /* Prepare the haptic device. */ |