deCloudflare/tool/PGListUtil/src/PGListUtil/stdafx.h

13 lines
178 B
C

#ifndef PGLU_STDAFX_H
#define PGLU_STDAFX_H
#include <windows.h>
#ifdef __MINGW32__
#define _WIN32_IE 0x0600
#endif
#include <commctrl.h>
#endif // PGLU_STDAFX_H