~psiphon-inc/psiphon/trunk

« back to all changes in this revision

Viewing changes to trunk/PsiphonX/psiclient/stdafx.h

  • Committer: Adam Kruger
  • Date: 2011-02-07 20:43:10 UTC
  • mfrom: (157.1.3 psiphon-with-psiphonx)
  • Revision ID: akruger@kruger-xps-20110207204310-6ph82r21rce8ldze
Merge PsiphonX.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (c) 2010, Psiphon Inc.
 
3
 * All rights reserved.
 
4
 *
 
5
 * This program is free software: you can redistribute it and/or modify
 
6
 * it under the terms of the GNU General Public License as published by
 
7
 * the Free Software Foundation, either version 3 of the License, or
 
8
 * (at your option) any later version.
 
9
 * 
 
10
 * This program is distributed in the hope that it will be useful,
 
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
 * GNU General Public License for more details.
 
14
 * 
 
15
 * You should have received a copy of the GNU General Public License
 
16
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
17
 *
 
18
 */
 
19
 
 
20
// stdafx.h : include file for standard system include files,
 
21
// or project specific include files that are used frequently, but
 
22
// are changed infrequently
 
23
//
 
24
 
 
25
#pragma once
 
26
 
 
27
#include "targetver.h"
 
28
 
 
29
#define WIN32_LEAN_AND_MEAN             // Exclude rarely-used stuff from Windows headers
 
30
// Windows Header Files:
 
31
#include <windows.h>
 
32
#include <CommCtrl.h>
 
33
 
 
34
// C RunTime Header Files
 
35
#include <stdlib.h>
 
36
#include <malloc.h>
 
37
#include <memory.h>
 
38
#include <tchar.h>
 
39
 
 
40
 
 
41
// TODO: reference additional headers your program requires here