diff test/automated/SDL_at.h @ 3482:78db4f7ae2f3

More fixes to compile under Visual C++
author Sam Lantinga <slouken@libsdl.org>
date Sun, 22 Nov 2009 07:00:26 +0000
parents 22ac66da0765
children
line wrap: on
line diff
--- a/test/automated/SDL_at.h	Sun Nov 22 06:42:58 2009 +0000
+++ b/test/automated/SDL_at.h	Sun Nov 22 07:00:26 2009 +0000
@@ -136,8 +136,7 @@
  *    @param msg printf formatted string to display.
  *    @return Number of character printed.
  */
-#define SDL_ATprint(msg, args...) \
-   SDL_ATprintVerbose( 0, msg, ## args)
+int SDL_ATprint( const char *msg, ... );
 /**
  * @brief Prints some verbose text.
  *