/[rdesktop]/sourceforge.net/branches/seamlessrdp-branch/rdesktop/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 /sourceforge.net/branches/seamlessrdp-branch/rdesktop/rdesktop.h

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

revision 1180 by ossman_, Tue Mar 21 15:16:48 2006 UTC revision 1196 by ossman_, Fri Mar 24 15:34:32 2006 UTC
# Line 57  Line 57 
57  #define DEBUG_CLIPBOARD(args)  #define DEBUG_CLIPBOARD(args)
58  #endif  #endif
59    
60    #ifdef WITH_DEBUG_CHANNEL
61    #define DEBUG_CHANNEL(args) printf args;
62    #else
63    #define DEBUG_CHANNEL(args)
64    #endif
65    
66  #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; }
67    
68  #ifndef MIN  #ifndef MIN

Legend:
Removed from v.1180  
changed lines
  Added in v.1196

  ViewVC Help
Powered by ViewVC 1.1.26