Index: libapp/types.h
--- libapp/types.h.orig
+++ libapp/types.h
@@ -38,16 +38,6 @@
 #include <sys/stat.h>
 #endif
 
-#ifndef NULL
-#define NULL 0
-#endif
-#ifndef min
-#define min(a,b) ( ((a)<(b)) ? (a) : (b) )
-#endif
-#ifndef max
-#define max(a,b) ( ((a)>(b)) ? (a) : (b) )
-#endif
-
 typedef unsigned int UINT;
 
 typedef void* PVOID;
