X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rostests%2Frosautotest%2Fprecomp.h;h=f5e65ad0798b10d0a4a143e93f742aaf7e6d0839;hp=57acaf835df6aeb378ffd056e09dcc3adfa2603a;hb=0a05554c18a5a2a46edceccefdce45314120bfb2;hpb=c0212e72864a543a60bf83ef562b08f80576f00b diff --git a/rostests/rosautotest/precomp.h b/rostests/rosautotest/precomp.h index 57acaf835df..f5e65ad0798 100644 --- a/rostests/rosautotest/precomp.h +++ b/rostests/rosautotest/precomp.h @@ -33,9 +33,8 @@ using namespace std; #include "CWineTest.h" /* Useful macros */ -#define STRINGIZER(Value) #Value #define EXCEPTION(Message) throw CSimpleException(Message) -#define FATAL(Message) throw CFatalException(__FILE__, STRINGIZER(__LINE__), Message) +#define FATAL(Message) throw CFatalException(__FILE__, __LINE__, Message) #define SSEXCEPTION throw CSimpleException(ss.str().c_str()) /* main.c */