~zooko/cryptopp/trunk

« back to all changes in this revision

Viewing changes to pch.h

  • Committer: weidai
  • Date: 2009-03-14 22:27:56 UTC
  • Revision ID: svn-v4:57ff6487-cd31-0410-9ec3-f628ee90f5f0:trunk/c5:455
fix line ending

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef CRYPTOPP_PCH_H
2
2
#define CRYPTOPP_PCH_H
3
3
 
4
 
#include "config.h"
5
 
 
6
 
#ifdef USE_PRECOMPILED_HEADERS
7
 
#include "simple.h"
8
 
#include "secblock.h"
9
 
#include "misc.h"
10
 
#include "smartptr.h"
 
4
#ifdef CRYPTOPP_GENERATE_X64_MASM
 
5
 
 
6
        #include "cpu.h"
 
7
 
 
8
#else
 
9
 
 
10
        #include "config.h"
 
11
 
 
12
        #ifdef USE_PRECOMPILED_HEADERS
 
13
                #include "simple.h"
 
14
                #include "secblock.h"
 
15
                #include "misc.h"
 
16
                #include "smartptr.h"
 
17
        #endif
 
18
 
11
19
#endif
12
20
 
13
21
#endif