summaryrefslogtreecommitdiff
path: root/targetver.h
blob: 11ff16bf5aa3d104b237e13f04e8ad2402eb8b30 (plain)
1
2
3
4
5
#pragma once
#ifndef _WIN32_WINNT            // Allow use of features specific to Windows Vista or later.
#define _WIN32_WINNT 0x0600     // Change this to the appropriate value to target other versions of Windows.
#endif