OpenCores
URL https://opencores.org/ocsvn/thor/thor/trunk

Subversion Repositories thor

[/] [thor/] [trunk/] [FT64v5/] [software/] [CC64/] [source/] [stdafx.h] - Blame information for rev 48

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 48 robfinch
// 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
//
5
 
6
#pragma once
7
 
8
#include "targetver.h"
9
 
10
#include "compat.h"
11
 
12
#ifndef __GNUC__
13
#include "targetver.h"
14
#include <Windows.h>
15
#include <tchar.h>
16
#endif
17
 
18
#ifdef _MSC_VER
19
//typedef __int8 int8_t;
20
//typedef __int16 int16_t;
21
//typedef __int64 int64_t;
22
//
23
//typedef unsigned __int8 uint8_t;
24
//typedef unsigned __int16 uint16_t;
25
//typedef unsigned __int64 uint64_t;
26
#else
27
#include <inttypes.h>
28
#endif
29
 
30
 
31
#include <iostream>
32
#include <fstream>
33
#include <iomanip>
34
#include <string>
35
 
36
#define snprintf        sprintf_s
37
 
38
#include "set.h"
39
#include "Float128.h"
40
#include "Rand.h"
41
#include "txtStream.h"
42
#include "const.h"
43
#include "types.h"
44
#include "glo.h"
45
#include "proto.h"
46
 
47
// TODO: reference additional headers your program requires here

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.