29 lines
822 B
C
29 lines
822 B
C
// stdafx.h : include file for standard system include files,
|
|
// or project specific include files that are used frequently, but
|
|
// are changed infrequently
|
|
//
|
|
|
|
#if !defined(AFX_STDAFX_H__CC97B8A6_BBB7_49DC_A1C5_9F7D23849B9D__INCLUDED_)
|
|
#define AFX_STDAFX_H__CC97B8A6_BBB7_49DC_A1C5_9F7D23849B9D__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
|
|
#define _WIN32_WINNT 0x0500
|
|
|
|
#pragma warning( disable : 4786 )
|
|
|
|
#include <windows.h>
|
|
#include <stdio.h>
|
|
#include <wbemidl.h>
|
|
#include <wbemint.h>
|
|
#include <wbemdcpl.h>
|
|
#include <ncobjapi.h>
|
|
#include <comdef.h>
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_STDAFX_H__CC97B8A6_BBB7_49DC_A1C5_9F7D23849B9D__INCLUDED_)
|