/[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 567 by matthewc, Wed Jan 21 11:08:39 2004 UTC revision 626 by n-ki, Thu Mar 4 08:23:17 2004 UTC
# Line 21  Line 21 
21  #include <stdlib.h>  #include <stdlib.h>
22  #include <stdio.h>  #include <stdio.h>
23  #include <string.h>  #include <string.h>
24    #include <dirent.h>
25    
26  #define VERSION "1.3.1"  #define VERSION "1.3.1"
27    
# Line 49  Line 50 
50  #endif  #endif
51    
52  #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; }
53    
54  #ifndef MIN  #ifndef MIN
55  #define MIN(x,y)                (((x) < (y)) ? (x) : (y))  #define MIN(x,y)                (((x) < (y)) ? (x) : (y))
56  #endif  #endif
57    
58  #ifndef MAX  #ifndef MAX
59  #define MAX(x,y)                (((x) > (y)) ? (x) : (y))  #define MAX(x,y)                (((x) > (y)) ? (x) : (y))
60  #endif  #endif

Legend:
Removed from v.567  
changed lines
  Added in v.626

  ViewVC Help
Powered by ViewVC 1.1.26