/[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 525 by matthewc, Wed Oct 29 06:31:30 2003 UTC revision 536 by matthewc, Fri Oct 31 04:29:57 2003 UTC
# Line 49  Line 49 
49  #endif  #endif
50    
51  #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; }
52    #ifndef MIN
53  #define MIN(x,y)                (((x) < (y)) ? (x) : (y))  #define MIN(x,y)                (((x) < (y)) ? (x) : (y))
54    #endif
55    #ifndef MAX
56    #define MAX(x,y)                (((x) > (y)) ? (x) : (y))
57    #endif
58    
59  #include "parse.h"  #include "parse.h"
60  #include "constants.h"  #include "constants.h"

Legend:
Removed from v.525  
changed lines
  Added in v.536

  ViewVC Help
Powered by ViewVC 1.1.26