Removed definition of min macro
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@818 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -56,10 +56,6 @@ static char STRING[] = "****************";
|
|||||||
#define XNLOCK_CTRL 1
|
#define XNLOCK_CTRL 1
|
||||||
#define XNLOCK_NOCTRL 0
|
#define XNLOCK_NOCTRL 0
|
||||||
|
|
||||||
#ifndef min
|
|
||||||
#define min(x,y) (((x)<(y))?(x):(y))
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static XtAppContext app;
|
static XtAppContext app;
|
||||||
static Display *dpy;
|
static Display *dpy;
|
||||||
static unsigned short Width, Height;
|
static unsigned short Width, Height;
|
||||||
|
Reference in New Issue
Block a user