Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
6246c2d4
Commit
6246c2d4
authored
May 10, 2005
by
Eric Pouech
Committed by
Alexandre Julliard
May 10, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get rid of include/miscemu.h.
parent
c1f2cf1f
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
3 additions
and
45 deletions
+3
-45
kernel_main.c
dlls/kernel/kernel_main.c
+0
-1
selector.c
dlls/kernel/selector.c
+0
-1
wowthunk.c
dlls/kernel/wowthunk.c
+0
-1
dosaspi.c
dlls/winedos/dosaspi.c
+0
-1
int09.c
dlls/winedos/int09.c
+0
-1
int10.c
dlls/winedos/int10.c
+0
-1
int16.c
dlls/winedos/int16.c
+0
-1
int19.c
dlls/winedos/int19.c
+3
-1
int1a.c
dlls/winedos/int1a.c
+0
-1
int29.c
dlls/winedos/int29.c
+0
-1
int2f.c
dlls/winedos/int2f.c
+0
-1
int33.c
dlls/winedos/int33.c
+0
-1
int67.c
dlls/winedos/int67.c
+0
-1
ppdev.c
dlls/winedos/ppdev.c
+0
-1
vga.c
dlls/winedos/vga.c
+0
-1
miscemu.h
include/miscemu.h
+0
-30
No files found.
dlls/kernel/kernel_main.c
View file @
6246c2d4
...
...
@@ -38,7 +38,6 @@
#include "wine/winbase16.h"
#include "wine/library.h"
#include "miscemu.h"
#include "module.h"
#include "thread.h"
#include "stackframe.h"
...
...
dlls/kernel/selector.c
View file @
6246c2d4
...
...
@@ -25,7 +25,6 @@
#include "winerror.h"
#include "wine/winbase16.h"
#include "miscemu.h"
#include "wine/server.h"
#include "wine/debug.h"
#include "kernel_private.h"
...
...
dlls/kernel/wowthunk.c
View file @
6246c2d4
...
...
@@ -32,7 +32,6 @@
#include "excpt.h"
#include "winreg.h"
#include "winternl.h"
#include "miscemu.h"
#include "module.h"
#include "stackframe.h"
#include "kernel_private.h"
...
...
dlls/winedos/dosaspi.c
View file @
6246c2d4
...
...
@@ -25,7 +25,6 @@
#include "wine/windef16.h"
#include "wine/winaspi.h"
#include "wine/debug.h"
#include "miscemu.h"
/* DOSMEM_* */
#include "dosexe.h"
#include "winerror.h"
...
...
dlls/winedos/int09.c
View file @
6246c2d4
...
...
@@ -26,7 +26,6 @@
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "miscemu.h"
#include "wine/debug.h"
#include "dosexe.h"
...
...
dlls/winedos/int10.c
View file @
6246c2d4
...
...
@@ -23,7 +23,6 @@
#include <stdlib.h>
#include "miscemu.h"
#include "vga.h"
#include "wine/debug.h"
#include "dosexe.h"
...
...
dlls/winedos/int16.c
View file @
6246c2d4
...
...
@@ -33,7 +33,6 @@
#include "windef.h"
#include "wingdi.h"
#include "winuser.h"
#include "miscemu.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
int
);
...
...
dlls/winedos/int19.c
View file @
6246c2d4
...
...
@@ -19,7 +19,9 @@
*/
#include <stdlib.h>
#include "miscemu.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
int
);
...
...
dlls/winedos/int1a.c
View file @
6246c2d4
...
...
@@ -19,7 +19,6 @@
*/
#include "config.h"
#include "miscemu.h"
#include "wine/debug.h"
#include "dosexe.h"
...
...
dlls/winedos/int29.c
View file @
6246c2d4
...
...
@@ -25,7 +25,6 @@
#include "windef.h"
#include "winbase.h"
#include "miscemu.h"
#include "dosexe.h"
/**********************************************************************
...
...
dlls/winedos/int2f.c
View file @
6246c2d4
...
...
@@ -28,7 +28,6 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "wine/winbase16.h"
#include "miscemu.h"
#include "wine/debug.h"
#include "ntstatus.h"
#include "winioctl.h"
...
...
dlls/winedos/int33.c
View file @
6246c2d4
...
...
@@ -26,7 +26,6 @@
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "miscemu.h"
#include "dosexe.h"
#include "vga.h"
#include "wine/debug.h"
...
...
dlls/winedos/int67.c
View file @
6246c2d4
...
...
@@ -21,7 +21,6 @@
#include <assert.h>
#include "wine/winbase16.h"
#include "dosexe.h"
#include "miscemu.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
int
);
...
...
dlls/winedos/ppdev.c
View file @
6246c2d4
...
...
@@ -44,7 +44,6 @@
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "miscemu.h"
#include "wine/debug.h"
...
...
dlls/winedos/vga.c
View file @
6246c2d4
...
...
@@ -28,7 +28,6 @@
#include "wingdi.h"
#include "winuser.h"
#include "wincon.h"
#include "miscemu.h"
#include "dosexe.h"
#include "vga.h"
#include "ddraw.h"
...
...
include/miscemu.h
deleted
100644 → 0
View file @
c1f2cf1f
/*
* Misc. emulation definitions
*
* Copyright 1995 Alexandre Julliard
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef __WINE_MISCEMU_H
#define __WINE_MISCEMU_H
#include <windef.h>
#include <wine/library.h>
#include <wine/windef16.h>
/* msdos/dosmem.c */
#endif
/* __WINE_MISCEMU_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment