19 lines
319 B
C++
19 lines
319 B
C++
|
/*++
|
||
|
|
||
|
Copyright (C) 1996-1999 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
STDAFX.CPP
|
||
|
|
||
|
History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
// stdafx.cpp : source file that includes just the standard includes
|
||
|
// WMIparse.pch will be the pre-compiled header
|
||
|
// stdafx.obj will contain the pre-compiled type information
|
||
|
#include "precomp.h"
|
||
|
#include "stdafx.h"
|
||
|
|