comparison decoders/shn.c @ 114:dd95a12539fd

Changed an #if defined to #ifdef, for consistency with the other decoders.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 04 Oct 2001 19:35:53 +0000
parents 40de367eb59e
children 8a5a1c61d3c6
comparison
equal deleted inserted replaced
113:7cd718877f3f 114:dd95a12539fd
43 43
44 #if HAVE_CONFIG_H 44 #if HAVE_CONFIG_H
45 # include <config.h> 45 # include <config.h>
46 #endif 46 #endif
47 47
48 #if (defined SOUND_SUPPORTS_SHN) 48 #ifdef SOUND_SUPPORTS_SHN
49 49
50 #include <stdio.h> 50 #include <stdio.h>
51 #include <stdlib.h> 51 #include <stdlib.h>
52 #include <string.h> 52 #include <string.h>
53 #include <assert.h> 53 #include <assert.h>