1*2123d757SAndrew Rist /************************************************************** 2cdf0e10cSrcweir * 3*2123d757SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*2123d757SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*2123d757SAndrew Rist * distributed with this work for additional information 6*2123d757SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*2123d757SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*2123d757SAndrew Rist * "License"); you may not use this file except in compliance 9*2123d757SAndrew Rist * with the License. You may obtain a copy of the License at 10*2123d757SAndrew Rist * 11*2123d757SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*2123d757SAndrew Rist * 13*2123d757SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*2123d757SAndrew Rist * software distributed under the License is distributed on an 15*2123d757SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*2123d757SAndrew Rist * KIND, either express or implied. See the License for the 17*2123d757SAndrew Rist * specific language governing permissions and limitations 18*2123d757SAndrew Rist * under the License. 19*2123d757SAndrew Rist * 20*2123d757SAndrew Rist *************************************************************/ 21*2123d757SAndrew Rist 22*2123d757SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir /* 25cdf0e10cSrcweir * 26cdf0e10cSrcweir * Description: Put MSO in a state where it can be closed using 27cdf0e10cSrcweir * automation or kill it completely 28cdf0e10cSrcweir * 29cdf0e10cSrcweir */ 30cdf0e10cSrcweir 31cdf0e10cSrcweir #if !defined(AFX_STDAFX_H__12149A50_72AF_409A_9B43_8ACCD98F50CE__INCLUDED_) 32cdf0e10cSrcweir #define AFX_STDAFX_H__12149A50_72AF_409A_9B43_8ACCD98F50CE__INCLUDED_ 33cdf0e10cSrcweir 34cdf0e10cSrcweir #if _MSC_VER > 1000 35cdf0e10cSrcweir #pragma once 36cdf0e10cSrcweir #endif // _MSC_VER > 1000 37cdf0e10cSrcweir 38cdf0e10cSrcweir #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers 39cdf0e10cSrcweir 40cdf0e10cSrcweir #include <stdio.h> 41cdf0e10cSrcweir #pragma warning(push, 1) 42cdf0e10cSrcweir #include <windows.h> 43cdf0e10cSrcweir #pragma warning(pop) 44cdf0e10cSrcweir 45cdf0e10cSrcweir // TODO: reference additional headers your program requires here 46cdf0e10cSrcweir 47cdf0e10cSrcweir //{{AFX_INSERT_LOCATION}} 48cdf0e10cSrcweir // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 49cdf0e10cSrcweir 50cdf0e10cSrcweir #endif // !defined(AFX_STDAFX_H__12149A50_72AF_409A_9B43_8ACCD98F50CE__INCLUDED_) 51