Sha256: 13cd2a897d7c25e12ea7fa399e6c1a08fa2e458cb9e50b7fe60c4a57f22dd781
Contents?: true
Size: 516 Bytes
Versions: 76
Compression:
Stored size: 516 Bytes
Contents
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #pragma once #ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later. #define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows. #endif #include <stdio.h> #include <tchar.h> #include <windows.h> #include <atlbase.h> #include <atlstr.h> using namespace ATL;
Version data entries
76 entries across 76 versions & 1 rubygems