UPNP_INLINE is not needed in ixmlmembuf.h
git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@272 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
		@@ -38,10 +38,6 @@
 | 
				
			|||||||
#define MINVAL( a, b ) ( (a) < (b) ? (a) : (b) )
 | 
					#define MINVAL( a, b ) ( (a) < (b) ? (a) : (b) )
 | 
				
			||||||
#define MAXVAL( a, b ) ( (a) > (b) ? (a) : (b) )
 | 
					#define MAXVAL( a, b ) ( (a) > (b) ? (a) : (b) )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef WIN32
 | 
					 | 
				
			||||||
 #define	UPNP_INLINE inline
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#define MEMBUF_DEF_SIZE_INC 20
 | 
					#define MEMBUF_DEF_SIZE_INC 20
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user