mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 23:43:39 +00:00
[FAST486]
- Remove an unneeded inclusion to the CRT header: limits.h (and use instead NDK definitions for max/min long values). - Remove unneeded comments... [NTVDM] Remove an unneeded add_dependencies(...) command. svn path=/branches/ntvdm/; revision=60767
This commit is contained in:
parent
62da9a9deb
commit
2c8e8ba5d3
11 changed files with 16 additions and 25 deletions
|
@ -22,11 +22,9 @@
|
|||
#ifndef _OPCODES_H_
|
||||
#define _OPCODES_H_
|
||||
|
||||
/* DEFINES ********************************************************************/
|
||||
#pragma once
|
||||
|
||||
#ifndef FASTCALL
|
||||
#define FASTCALL __fastcall
|
||||
#endif
|
||||
/* DEFINES ********************************************************************/
|
||||
|
||||
#define FAST486_NUM_OPCODE_HANDLERS 256
|
||||
#define FAST486_OPCODE_WRITE_REG (1 << 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue