1#pragma once 2 3#include "targetver.h" 4 5#ifndef WIN32_LEAN_AND_MEAN 6#define WIN32_LEAN_AND_MEAN 7#endif 8 9#include <windows.h> 10 11