home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 275 / DPCS0111DVD.ISO / Toolkit / Audio-Visual / VirtualDub / Source / VirtualDub-1.9.10-src.7z / src / test / source / test.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  2009-09-14  |  110 b   |  7 lines

  1. #define _WIN32_WINNT 0x0400
  2. #include <windows.h>
  3.  
  4. bool ShouldBreak() {
  5.     return !!IsDebuggerPresent();
  6. }
  7.