/[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 66 by astrand, Thu Jul 18 18:28:12 2002 UTC revision 71 by astrand, Mon Jul 29 08:10:11 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(args...)  fprintf(stderr, args);  #define DEBUG_KBD(...)  fprintf(stderr, __VA_ARGS__);
36  #else  #else
37  #define DEBUG_KBD(args...)  #define DEBUG_KBD(...)
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.66  
changed lines
  Added in v.71

  ViewVC Help
Powered by ViewVC 1.1.26