Parent Directory
|
Revision Log
|
Patch
revision 1 by vletoux, Tue Feb 23 19:18:59 2010 UTC | revision 12 by vletoux, Wed Mar 31 08:58:46 2010 UTC | |
---|---|---|
# | Line 25 | Line 25 |
25 | ||
26 | void TracingRegister(); | void TracingRegister(); |
27 | void TracingUnRegister(); | void TracingUnRegister(); |
28 | extern BOOL fRunOnVistaAndLater; | |
29 | ||
30 | #define Trace(dwLevel, ...) \ | #define Trace(dwLevel, ...) \ |
31 | TraceEx(__FILE__,__LINE__,__FUNCTION__, dwLevel, __VA_ARGS__); | TraceEx(__FILE__,__LINE__,__FUNCTION__, dwLevel, __VA_ARGS__); |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |