~ubuntu-branches/ubuntu/oneiric/ginkgocadx/oneiric

« back to all changes in this revision

Viewing changes to src/cadxcore/endpoint/eptest/w32test/StdAfx.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2011-05-02 08:09:26 UTC
  • Revision ID: james.westby@ubuntu.com-20110502080926-bql5wep49c7hg91t
Tags: upstream-2.4.1.1
ImportĀ upstreamĀ versionĀ 2.4.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// stdafx.h : include file for standard system include files,
 
2
 
 
3
//  or project specific include files that are used frequently, but
 
4
 
 
5
//      are changed infrequently
 
6
 
 
7
//
 
8
 
 
9
 
 
10
 
 
11
#if !defined(AFX_STDAFX_H__B6AE493D_5064_45EE_92F1_881AFD02612E__INCLUDED_)
 
12
 
 
13
#define AFX_STDAFX_H__B6AE493D_5064_45EE_92F1_881AFD02612E__INCLUDED_
 
14
 
 
15
 
 
16
 
 
17
#if _MSC_VER > 1000
 
18
 
 
19
#pragma once
 
20
 
 
21
#endif // _MSC_VER > 1000
 
22
 
 
23
 
 
24
 
 
25
#define WIN32_LEAN_AND_MEAN             // Exclude rarely-used stuff from Windows headers
 
26
 
 
27
 
 
28
 
 
29
#include <stdio.h>
 
30
 
 
31
 
 
32
 
 
33
// TODO: reference additional headers your program requires here
 
34
 
 
35
 
 
36
 
 
37
//{{AFX_INSERT_LOCATION}}
 
38
 
 
39
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
 
40
 
 
41
 
 
42
 
 
43
#endif // !defined(AFX_STDAFX_H__B6AE493D_5064_45EE_92F1_881AFD02612E__INCLUDED_)
 
44