debuggercdi/com.nokia.carbide.trk.support/Native/GetTRKVersion/StdAfx.h
author fturovic <frank.turovich@nokia.com>
Fri, 24 Apr 2009 10:27:26 -0500
branchRCL_2_0
changeset 123 fe3e9d40f073
parent 2 d760517a8095
permissions -rw-r--r--
added final bugs fixed for 2.0.4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
// stdafx.h : include file for standard system include files,
cawthron
parents:
diff changeset
     2
//  or project specific include files that are used frequently, but
cawthron
parents:
diff changeset
     3
//      are changed infrequently
cawthron
parents:
diff changeset
     4
//
cawthron
parents:
diff changeset
     5
cawthron
parents:
diff changeset
     6
#if !defined(AFX_STDAFX_H__F6A91A03_DABB_4295_A2EE_375A42942C91__INCLUDED_)
cawthron
parents:
diff changeset
     7
#define AFX_STDAFX_H__F6A91A03_DABB_4295_A2EE_375A42942C91__INCLUDED_
cawthron
parents:
diff changeset
     8
cawthron
parents:
diff changeset
     9
#if _MSC_VER > 1000
cawthron
parents:
diff changeset
    10
#pragma once
cawthron
parents:
diff changeset
    11
#endif // _MSC_VER > 1000
cawthron
parents:
diff changeset
    12
cawthron
parents:
diff changeset
    13
cawthron
parents:
diff changeset
    14
// Insert your headers here
cawthron
parents:
diff changeset
    15
#define WIN32_LEAN_AND_MEAN		// Exclude rarely-used stuff from Windows headers
cawthron
parents:
diff changeset
    16
cawthron
parents:
diff changeset
    17
#include <windows.h>
cawthron
parents:
diff changeset
    18
cawthron
parents:
diff changeset
    19
// TODO: reference additional headers your program requires here
cawthron
parents:
diff changeset
    20
cawthron
parents:
diff changeset
    21
//{{AFX_INSERT_LOCATION}}
cawthron
parents:
diff changeset
    22
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
cawthron
parents:
diff changeset
    23
cawthron
parents:
diff changeset
    24
#endif // !defined(AFX_STDAFX_H__F6A91A03_DABB_4295_A2EE_375A42942C91__INCLUDED_)