/[rdesktop]/jpeg/rdesktop/trunk/rdesktop.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /jpeg/rdesktop/trunk/rdesktop.h

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

revision 1251 by astrand, Wed Sep 13 12:10:14 2006 UTC revision 1319 by stargo, Thu Nov 2 20:48:28 2006 UTC
# Line 63  Line 63 
63  #define DEBUG_CHANNEL(args)  #define DEBUG_CHANNEL(args)
64  #endif  #endif
65    
66    #ifdef WITH_DEBUG_SCARD
67    #define DEBUG_SCARD(args) printf args;
68    #else
69    #define DEBUG_SCARD(args)
70    #endif
71    
72  #define STRNCPY(dst,src,n)      { strncpy(dst,src,n-1); dst[n-1] = 0; }  #define STRNCPY(dst,src,n)      { strncpy(dst,src,n-1); dst[n-1] = 0; }
73    
74  #ifndef MIN  #ifndef MIN

Legend:
Removed from v.1251  
changed lines
  Added in v.1319

  ViewVC Help
Powered by ViewVC 1.1.26