[ros-dev] Error handling

Phillip Susi psusi at cfl.rr.com
Mon Apr 11 16:05:22 CEST 2005


Woops, I knew I was going to make a typo in there somewhere.  That line 
should read:

#define NTCALL(target, function) if(!NT_SUCCESS(Status = function)) goto 
target;

Phillip Susi wrote:
> 
> #define NTCALL(target, function) if( Status = function ) goto target;
> 



More information about the Ros-dev mailing list