comparison internal.h @ 324:5afb41ff7589 libavutil

remove possibly broken wince cruft
author alex
date Fri, 20 Apr 2007 23:45:53 +0000
parents 0e5545f9a454
children 893380ba2425
comparison
equal deleted inserted replaced
323:0e5545f9a454 324:5afb41ff7589
103 # define DEBUG 103 # define DEBUG
104 # endif 104 # endif
105 105
106 # define snprintf _snprintf 106 # define snprintf _snprintf
107 # define vsnprintf _vsnprintf 107 # define vsnprintf _vsnprintf
108
109 # ifdef CONFIG_WINCE
110 # define perror(a)
111 # define abort()
112 # endif
113 108
114 /* __MINGW32__ end */ 109 /* __MINGW32__ end */
115 #elif defined (CONFIG_OS2) 110 #elif defined (CONFIG_OS2)
116 /* OS/2 EMX */ 111 /* OS/2 EMX */
117 112