Sha256: 8c29466029329687aef9e1f26167d9372d7b5ad4bf2cebc791553c52aaf82167
Contents?: true
Size: 552 Bytes
Versions: 13
Compression:
Stored size: 552 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 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers // Windows Header Files: #include <windows.h> #include <mshtml.h> #include <oleacc.h> #include <atlbase.h> #include <atlcom.h> #include <atlwin.h> #include <atltypes.h> #include <atlctl.h> #include <atlhost.h> // TODO: reference additional headers your program requires here
Version data entries
13 entries across 13 versions & 1 rubygems