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

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

revision 71 by astrand, Mon Jul 29 08:10:11 2002 UTC revision 84 by astrand, Tue Jul 30 07:30:12 2002 UTC
# Line 32  Line 32 
32  #endif  #endif
33    
34  #if defined(WITH_DEBUG_KBD)  #if defined(WITH_DEBUG_KBD)
35  #define DEBUG_KBD(...)  fprintf(stderr, __VA_ARGS__);  #define DEBUG_KBD(args) printf args;
36  #else  #else
37  #define DEBUG_KBD(...)  #define DEBUG_KBD(args)
38  #endif  #endif
39    
40  #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; }

Legend:
Removed from v.71  
changed lines
  Added in v.84

  ViewVC Help
Powered by ViewVC 1.1.26