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

Subversion Repositories thor

[/] [thor/] [trunk/] [FT64v5/] [software/] [AS64/] [source/] [stdafx.h] - Diff between revs 48 and 54

Show entire file | Details | Blame | View Log

Rev 48 Rev 54
Line 12... Line 12...
#include <tchar.h>
#include <tchar.h>
#include <string.h>
#include <string.h>
#include <ctype.h>
#include <ctype.h>
#include <math.h>
#include <math.h>
#include <io.h>
#include <io.h>
 
#include <fstream>
//#include <unistd.h>
//#include <unistd.h>
 
 
#ifndef int64_t
#ifndef int64_t
#define int64_t __int64
#define int64_t __int64
#define uint64_t        unsigned __int64
#define uint64_t        unsigned __int64
Line 34... Line 35...
#include "Int128.h"
#include "Int128.h"
#include "a64.h"
#include "a64.h"
#include "token.h"
#include "token.h"
#include "symbol.h"
#include "symbol.h"
#include "NameTable.hpp"
#include "NameTable.hpp"
 
#include "proto.h"
 
 
// TODO: reference additional headers your program requires here
// TODO: reference additional headers your program requires here
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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