mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:12:58 +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 _COMMON_H_
|
||||
#define _COMMON_H_
|
||||
|
||||
/* DEFINES ********************************************************************/
|
||||
#pragma once
|
||||
|
||||
#ifndef FASTCALL
|
||||
#define FASTCALL __fastcall
|
||||
#endif
|
||||
/* DEFINES ********************************************************************/
|
||||
|
||||
#define SIGN_FLAG_BYTE 0x80
|
||||
#define SIGN_FLAG_WORD 0x8000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue