home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Multimedia / AVStoDVD / AVStoDVD_280_Install.exe / AVSMeter / source / stdafx.h < prev    next >
C/C++ Source or Header  |  2014-06-04  |  305b  |  18 lines

  1. #if _MSC_VER > 1000
  2. #pragma once
  3. #endif
  4.  
  5. #include <windows.h>
  6. #include <mmsystem.h>
  7. #include <string>
  8. #include <algorithm>
  9. #include <psapi.h>
  10. #include <tlhelp32.h>
  11. #include <wintrust.h>
  12. #include <imagehlp.h>
  13. #include <conio.h>
  14. #include <iostream>
  15. #include <fstream>
  16. #include <algorithm>
  17.  
  18.