diff options
Diffstat (limited to 'src/rawprint.c')
-rw-r--r-- | src/rawprint.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rawprint.c b/src/rawprint.c index 32c75ad..68aac73 100644 --- a/src/rawprint.c +++ b/src/rawprint.c @@ -25,7 +25,9 @@ #endif #if !defined( _MSC_VER ) && defined (_WIN32) -int _get_output_format( void ){ return 0; } +# ifndef _get_output_format +//int _get_output_format( void ){ return 0; } +# endif #endif static t_class *rawprint_class; |