~mandel/ubuntuone-windows-installer/fix_null_pointer_start

« back to all changes in this revision

Viewing changes to tools/Nant/examples/Solution/cpp/WinForms/stdafx.h

  • Committer: Manuel de la Pena
  • Date: 2010-07-08 13:22:59 UTC
  • Revision ID: mandel@themacaque.com-20100708132259-y1jgyuyqfe9stt8u
Updated build script to run tests and added all the required tools so far.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// stdafx.h : include file for standard system include files,
 
2
// or project specific include files that are used frequently, but
 
3
// are changed infrequently
 
4
#pragma once
 
5
 
 
6
 
 
7
#define WIN32_LEAN_AND_MEAN             // Exclude rarely-used stuff from Windows headers
 
8
// C RunTime Header Files
 
9
#include <stdlib.h>
 
10
#include <malloc.h>
 
11
#include <memory.h>
 
12
#include <tchar.h>
 
13
 
 
14
// TODO: reference additional headers your program requires here