[SHELL32_APITEST] Improve the existing PCH and make use of it. Convert AddCommas.c to c++ in order to have it benefit from the PCH.

This commit is contained in:
Amine Khaldi 2017-12-17 13:31:22 +01:00
parent 95ec9464d3
commit 8ed8eec17c
14 changed files with 39 additions and 63 deletions

View file

@ -6,13 +6,12 @@
*/
#include "shelltest.h"
#include <atlbase.h>
#include <atlcom.h>
ULONG DbgPrint(PCH Format,...);
#include <shellutils.h>
#include <wincon.h>
#include <wingdi.h>
ULONG DbgPrint(PCH Format,...);
#include <shellutils.h>
HRESULT (STDAPICALLTYPE *pSHCreateFileExtractIconW)(LPCWSTR pszFile, DWORD dwFileAttributes, REFIID riid, void **ppv);