stdafx.h 1007 B

12345678910111213141516171819202122232425
  1. //////////////////////////////////////////////////////////////
  2. // DevcertList
  3. // Copyright 2008 Paul Todd
  4. //
  5. // This file is part of DevCertList.
  6. // DevcertList is free software: you can redistribute it and/or modify it under
  7. // the terms of the GNU General Public License as published by the Free Software
  8. // Foundation, either version 3 of the License, or (at your option) any later version.
  9. //
  10. // DevcertList is distributed in the hope that it will be useful, but WITHOUT ANY
  11. // WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. // PARTICULAR PURPOSE. See the GNU General Public License for more details.
  13. //
  14. // You should have received a copy of the GNU General Public License along with DevcertList.
  15. // If not, see http://www.gnu.org/licenses/.
  16. //////////////////////////////////////////////////////////////
  17. #pragma once
  18. #include <windows.h>
  19. #include <iostream>
  20. #include <tchar.h>
  21. #include <wincrypt.h>
  22. #include <atlstr.h>
  23. #include <atlenc.h>