openalbridge/wrappers.h
changeset 2259 ca42efdce3ce
parent 2257 7eb31efcfb9b
child 2260 31756e21c436
--- a/openalbridge/wrappers.h	Sun Jul 12 13:57:20 2009 +0000
+++ b/openalbridge/wrappers.h	Sun Jul 12 15:42:54 2009 +0000
@@ -26,12 +26,9 @@
 void *Realloc (void *aptr, size_t nbytes);
 FILE *Fopen (const char *fname, char *mode);
 ALint AlGetError (const char *str);
-#ifndef _WIN32
+ALint AlGetError2 (const char *str, int num);
 void *helper_fadein (void *tmp);
 void *helper_fadeout (void *tmp); 
-#else
-void *helper_fadein (void *tmp); 
-void *helper_fadeout (void *tmp); 	
-#endif
+
 
 #endif /*_OALB_WRAPPERS_H*/