Home » U++ Library support » U++ Core » bug in http.cpp   
	
		
		
			| bug in http.cpp  [message #35911] | 
			Mon, 02 April 2012 16:32   | 
		 
		
			
				
				
				
					
						  
						borbek
						 Messages: 31 Registered: November 2010  Location: Russia
						
					 | 
					Member  | 
					 | 
		 
		 
	 | 
 
	
		";" missing in #define LLOG(x)   LOG(x) 
 
 
#include "Core.h"
NAMESPACE_UPP
bool HttpRequest_Trace__;
#ifdef _DEBUG
#define LLOG(x)      LOG(x)   
#else
#define LLOG(x)      if(HttpRequest_Trace__) RLOG(x); else;
#endif
  
		
		
		
 |  
	| 
		
	 | 
 
 
 |  
  
 
Goto Forum:
 
 Current Time: Tue Nov 04 01:40:59 CET 2025 
 Total time taken to generate the page: 0.03597 seconds 
 |