comparison loader/win32.c @ 15474:40adf41c9b29

FRAPS decoder (FPS1) with binary dll Patch by Gianluigi Tiesi
author rtognimp
date Sat, 14 May 2005 23:31:29 +0000
parents f5537cc95b02
children 3758536dcef3
comparison
equal deleted inserted replaced
15473:c1a6002fb140 15474:40adf41c9b29
4949 FF(fopen,-1) 4949 FF(fopen,-1)
4950 FF(fprintf,-1) 4950 FF(fprintf,-1)
4951 FF(printf,-1) 4951 FF(printf,-1)
4952 FF(getenv,-1) 4952 FF(getenv,-1)
4953 FF(floor,-1) 4953 FF(floor,-1)
4954 /* needed by frapsvid.dll */
4955 {"strstr",-1,(char *)&strstr},
4956 {"qsort",-1,(void *)&qsort},
4954 #ifdef MPLAYER 4957 #ifdef MPLAYER
4955 FF(_EH_prolog,-1) 4958 FF(_EH_prolog,-1)
4956 #endif 4959 #endif
4957 FF(calloc,-1) 4960 FF(calloc,-1)
4958 {"ceil",-1,(void*)&ceil}, 4961 {"ceil",-1,(void*)&ceil},