[cvs] / xvidcore / src / portab.h Repository:
ViewVC logotype

Diff of /xvidcore/src/portab.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26.2.5, Sun Jan 5 03:31:26 2003 UTC revision 1.26.2.7, Sun Jan 26 05:09:00 2003 UTC
# Line 76  Line 76 
76    
77  /* debug level for this library */  /* debug level for this library */
78  #ifdef _DEBUG  #ifdef _DEBUG
79  #define DPRINTF_LEVEL           (DPRINTF_RC|0x0000000f)  #define DPRINTF_LEVEL           (DPRINTF_RC|0x0000007F)
80  #else  #else
81  #define DPRINTF_LEVEL           DPRINTF_RC  #define DPRINTF_LEVEL           DPRINTF_RC
82  #endif  #endif
# Line 167  Line 167 
167  #include <windows.h>  #include <windows.h>
168  #include <stdio.h>  #include <stdio.h>
169    
170            /* non-ansi function mapping */
171    #       define snprintf _snprintf
172    #       define vsnprintf _vsnprintf
173    
174      /*      /*
175       * This function must be declared/defined all the time because MSVC does       * This function must be declared/defined all the time because MSVC does
176       * not support C99 variable arguments macros       * not support C99 variable arguments macros

Legend:
Removed from v.1.26.2.5  
changed lines
  Added in v.1.26.2.7

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4