Francois Gouget
|
386cf6e342
|
When including 'wine/port.h', include it first.
Remove redundant 'config.h' includes.
|
2001-10-14 16:25:47 +00:00 |
Andreas Mohr
|
f359895daf
|
Yet another documentation/message text patch.
|
2001-10-02 17:49:20 +00:00 |
Alexandre Julliard
|
1922c72b8a
|
Removed unnecessary inclusion of heap.h.
|
2001-07-25 00:43:29 +00:00 |
Alexandre Julliard
|
37e9503ae8
|
Moved server.h to include/wine.
|
2001-07-19 00:39:09 +00:00 |
Patrik Stridvall
|
dae8de69e2
|
Documentation ordinal fixes (using winapi_fixup).
|
2001-06-13 20:13:18 +00:00 |
Andreas Mohr
|
3eb3569bd3
|
- add handler for VCD VxD ("virtual comm device" ?)
- SetLastError( ERROR_INVALID_FUNCTION ); for unimplemented functions
- spelling fixes
|
2001-05-24 18:40:26 +00:00 |
Marcus Meissner
|
3f1ed52d8b
|
Implemented 64bit file size handling.
Removed several unneeded sys/stat.h includes.
|
2001-05-14 20:09:37 +00:00 |
Francois Gouget
|
282f7270c1
|
Small 'typos in comments' fixes.
|
2001-02-28 05:31:02 +00:00 |
Alexandre Julliard
|
67a749999a
|
New set of macros for server calls; makes requests without variable
part somewhat faster.
|
2001-02-27 02:09:16 +00:00 |
Patrik Stridvall
|
d0a41774a3
|
Documentation ordinal fixes.
|
2001-02-14 23:11:17 +00:00 |
Andreas Mohr
|
895d4f109e
|
Give both --winver nt40 and win31 for VxD warning, as some programs
work with win31.
|
2001-02-14 00:28:48 +00:00 |
Alexandre Julliard
|
8081e5a1e5
|
Added handle_t type to server interface so that we can make handles
pointers later on.
Always use 0 to signal invalid handle in server requests.
|
2001-01-05 04:08:07 +00:00 |
Alexandre Julliard
|
6c8edaa667
|
Use getpagesize() instead of VIRTUAL_GetPageSize().
|
2000-12-13 20:22:47 +00:00 |
Alexandre Julliard
|
becb9a353b
|
Moved all Wine internal definitions out of process.h.
|
2000-12-11 03:48:15 +00:00 |
Andreas Mohr
|
08a114799e
|
Added a --winver nt40 hint to VxD error message.
|
2000-12-02 20:09:39 +00:00 |
Dimitrie O. Paun
|
2af03e45b5
|
Do not include sys/ptrace.h and sys/user.h unconditionally.
Other portability fixes.
|
2000-11-29 20:04:09 +00:00 |
Kees Schoenmakers
|
0a5d9ef203
|
Added HASP device stub.
|
2000-11-29 17:43:09 +00:00 |
Marcus Meissner
|
ad2b103b32
|
Quieten VxDCall_VMM output.
|
2000-10-29 18:03:18 +00:00 |
Alexandre Julliard
|
d8fab2e67c
|
Removed some of the XXX_reg macros now that we are using the standard
CONTEXT86 structure everywhere.
|
2000-09-25 23:53:07 +00:00 |
Alexandre Julliard
|
9c2370bd75
|
Added exception handling wrapper to a number of server requests.
Changed a few requests to use the new vararg mechanism.
|
2000-08-30 00:00:48 +00:00 |
Alexandre Julliard
|
d586dc99be
|
Replaced VERSION_* calls by exported API equivalents.
|
2000-08-14 14:35:01 +00:00 |
Alexandre Julliard
|
cb10fdab99
|
Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need
to trap exceptions.
|
2000-08-06 02:41:16 +00:00 |
Alexandre Julliard
|
58d5a0a786
|
Removed some unnecessary inclusions of wingdi.h and winuser.h
|
2000-07-29 21:58:17 +00:00 |
Ian Schmidt
|
5dff4fb2ab
|
Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO, needed by
Internet Explorer.
|
2000-04-04 18:55:09 +00:00 |
Patrik Stridvall
|
2d6457c11a
|
Added/fixed some documentation reported by winapi_check.
|
2000-03-28 20:22:59 +00:00 |
Jeremy White
|
d3e22d9d55
|
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
the resulting compilation failures).
|
2000-02-10 19:03:02 +00:00 |
Alexandre Julliard
|
318f4cefd2
|
Build most dlls as separate shared libraries.
|
2000-01-31 05:02:49 +00:00 |
Ian Schmidt
|
1cc90fff9c
|
Stubs for VMM GetDemandPageInfo function and VWin32 "Get VMCPD Version".
Implementation for VWin32 Int31/DPMI dispatch call.
Fixed "dangling else" compiler warning.
|
1999-12-05 23:49:52 +00:00 |
Peter Ganten
|
be728f10bf
|
Implemented parts of _PageReserve() _PageCommit() _PageDecommit()
_PageChangePermissions() and _PageFree() using the
Virtual*()-Functions (with the great help of Ulrich Weigand).
|
1999-11-25 23:09:17 +00:00 |
Ulrich Weigand
|
eb94c7d2c4
|
Adapted to new register function handling.
|
1999-11-13 23:54:04 +00:00 |
Ian Schmidt
|
796c0f1223
|
Implemented VWin32 VxDCall mechanism and 2 calls.
|
1999-11-12 03:28:26 +00:00 |
Ulrich Weigand
|
f0052479b0
|
Allow for buggy apps that call the wrong VxDCall routine.
|
1999-11-12 01:39:18 +00:00 |
Patrik Stridvall
|
96336324cf
|
- Added missing configuration #if:s and #includes:s.
- Minor configuration related changes.
|
1999-10-24 22:13:47 +00:00 |
Ulrich Weigand
|
526d8e9d22
|
Fixed last error code when trying to load unknown VxD with CreateFile.
|
1999-09-13 15:12:45 +00:00 |
Ulrich Weigand
|
40b083f0e4
|
Create VxD handle only for known VxDs.
|
1999-07-31 17:25:36 +00:00 |
Ulrich Weigand
|
0fa6dad074
|
Fixed some CONTEXT86 vs. CONTEXT mismatches.
|
1999-07-15 14:32:20 +00:00 |
Howard Abrams
|
132774804e
|
Added checks for sys/errno.h, sys/signal.h and sys/mman.h.
|
1999-07-10 13:16:29 +00:00 |
Alexandre Julliard
|
617955db88
|
Changed CONTEXT into CONTEXT86 everywhere we really want an i386
context.
Added #ifdef __i386__ around accesses to 386 registers in the generic
CONTEXT structure.
|
1999-06-26 18:40:24 +00:00 |
Alexandre Julliard
|
ebe29ef376
|
Further server optimizations:
- merged request and reply structures
- build requests directly into the buffer to avoid a copy
|
1999-06-26 08:43:26 +00:00 |
Juergen Schmied
|
f08b81961b
|
Some stubs for pccard vxd to debug the native shell32.
|
1999-05-22 10:33:50 +00:00 |
Alexandre Julliard
|
fd45627724
|
VxDCall functions do not need to be 'register'.
|
1999-05-13 14:42:14 +00:00 |
Marcus Meissner
|
91aaca8686
|
Added MMDEVLDR DeviceIoctl(5) stub (msacm32 is a bit happier now).
|
1999-04-19 16:21:29 +00:00 |
Patrik Stridvall
|
b4b9fae671
|
New debug scheme with explicit debug channels declaration.
|
1999-04-19 14:56:29 +00:00 |
Eric Pouech
|
c53def75cf
|
Added (empty) stub for OpenVxDHandle.
|
1999-04-03 11:18:06 +00:00 |
Alexandre Julliard
|
96c08d817c
|
Use server handles directly for Win32 handles. Removed use of K32OBJ.
|
1999-02-28 13:27:56 +00:00 |
Alexandre Julliard
|
a396029270
|
Large-scale renaming of all Win32 functions and types to use the
standard Windows names.
|
1999-02-26 11:11:13 +00:00 |
Marcus Meissner
|
04c3e1d456
|
Removed a lot of occurences of windows.h (and added necessary other
includes).
|
1999-02-19 10:37:02 +00:00 |
Alexandre Julliard
|
62a8b43301
|
Hacked server-side device support
Added user APCs support.
Many changes to the xterm console to make use of the server (not
finished yet).
Moved some other small stuff to the server.
|
1999-01-19 17:48:23 +00:00 |
Alexandre Julliard
|
638f169b1e
|
Recovery of release 990110 after disk crash.
See Changelog for changes between 990103 and 990110.
|
1999-01-17 16:32:32 +00:00 |
Alexandre Julliard
|
0562539d18
|
Implemented file sharing checks in the server.
Added set file time server request.
Overall clean up of the file handling (DOS device handling is now
broken, should be redone).
|
1999-01-03 11:55:56 +00:00 |