mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 22:23:36 +00:00
[SOFT386]
Fix the header in soft386.h. svn path=/branches/ntvdm/; revision=60486
This commit is contained in:
parent
17a32f3b2a
commit
5ef6274619
1 changed files with 18 additions and 5 deletions
|
@ -1,9 +1,22 @@
|
||||||
/*
|
/*
|
||||||
* COPYRIGHT: GPL - See COPYING in the top level directory
|
* Soft386 386/486 CPU Emulation Library
|
||||||
* PROJECT: 386/486 CPU Emulation Library
|
* soft386.h
|
||||||
* FILE: soft386.h
|
*
|
||||||
* PURPOSE: Header file for Soft386.
|
* Copyright (C) 2013 Aleksandar Andrejevic <theflash AT sdf DOT lonestar DOT org>
|
||||||
* PROGRAMMERS: Aleksandar Andrejevic <theflash AT sdf DOT lonestar DOT org>
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU General Public License
|
||||||
|
* as published by the Free Software Foundation; either version 2
|
||||||
|
* of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _SOFT386_H_
|
#ifndef _SOFT386_H_
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue