home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 275 / DPCS0111DVD.ISO / Toolkit / Audio-Visual / VirtualDub / Source / VirtualDub-1.9.10-src.7z / src / Dita / h / stdafx.h
Encoding:
C/C++ Source or Header  |  2009-09-14  |  508 b   |  21 lines

  1. #ifndef f_DITA_STDAFX_H
  2. #define f_DITA_STDAFX_H
  3.  
  4. #if defined(_MSC_VER) && _MSC_VER < 1300
  5. #pragma warning(disable: 4786)
  6. static const struct VD_MSVC_C4786Workaround { VD_MSVC_C4786Workaround() {} } g_VD_MSVC_C4786Workaround;
  7. #endif
  8.  
  9. #include <vd2/system/vdtypes.h>
  10. #include <vd2/Dita/interface.h>
  11.  
  12. #include <windows.h>
  13.  
  14. #include <vd2/system/VDString.h>
  15. #include <vd2/Dita/basetypes.h>
  16. #include <vd2/Dita/controls.h>
  17. #include <vd2/Dita/services.h>
  18. #include <vd2/Dita/w32control.h>
  19.  
  20. #endif
  21.