Alexandre Julliard
|
3a0f8b7953
|
Finished separation of shell32 and wsock32.
|
2000-12-01 20:48:41 +00:00 |
Alexandre Julliard
|
71d68bbae0
|
Use the HEAP_WINE_SEGPTR flag to specify allocations on the segptr heap.
Added a hack in MapLS to recognize such allocations and use the heap
selector in this case.
|
2000-11-30 01:19:51 +00:00 |
Alexandre Julliard
|
5ce902b0b9
|
Implemented DosFileHandleToWin32Handle, Win32HandleToDosFileHandle and
DisposeLZ32Handle and use them to replace file.c internal functions.
Renamed WOW* functions into K32WOW*.
|
2000-11-27 21:59:08 +00:00 |
Alexandre Julliard
|
ab687979fd
|
Moved standard syslevel APIs declaration to winbase.h.
Use exported syslevel function wherever possible.
Moved SEGPTR declaration to windef16.h.
|
2000-11-15 23:41:46 +00:00 |
Francois Gouget
|
da0acca7d8
|
Use DUMMYxxxNAME for anonymous struct/unions.
|
2000-11-10 22:34:39 +00:00 |
Francois Gouget
|
f6fcb5cd55
|
We must include stdarg.h.
Added a few missing exception related types.
|
2000-11-08 05:03:45 +00:00 |
Andreas Mohr
|
26be4c8c36
|
Removed redundant thread priority defines.
|
2000-10-22 23:42:11 +00:00 |
Francois Gouget
|
eb6500fba9
|
Fixed the signature of the FormatMessage APIs.
|
2000-10-13 23:41:12 +00:00 |
Francois Gouget
|
83804d28ee
|
The MODEM stuff has been spun off to its rightful place: mcx.h.
|
2000-10-13 23:16:46 +00:00 |
Francois Gouget
|
48fc4aaaea
|
Moved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT and the related
API to winnls.h.
Moved LANG_xxx, SUBLANG_xxx, SORT_xxx and IS_TEXT_UNICODE_xxx to
winnt.h.
|
2000-10-12 23:20:29 +00:00 |
Francois Gouget
|
17bd7c9af4
|
Removed stray A/W from invocations of WINELIB_NAME_AW.
|
2000-10-12 20:43:08 +00:00 |
Francois Gouget
|
8aa79fbe19
|
Moved DLLVERSIONINFO to shlwapi.h.
|
2000-09-29 01:03:30 +00:00 |
Alexandre Julliard
|
baa15566a0
|
Moved critical section implementation to ntdll.
|
2000-09-29 00:31:23 +00:00 |
Francois Gouget
|
afddcfdbd8
|
Added various type and macro definitions that are needed to compile
the latest MFC.
|
2000-09-27 22:31:28 +00:00 |
Alexandre Julliard
|
83f52d11c1
|
Moved all Win16 definitions out of the standard Windows headers.
|
2000-09-26 22:20:14 +00:00 |
Alexandre Julliard
|
072dfb57e3
|
Removed inclusion of wine/winestring.h from winbase.h and added it to
the C files that need it.
|
2000-09-25 23:30:56 +00:00 |
Peter Hunnisett
|
565b00857e
|
- Added some missing WINELIB_NAME_AW definitions, types and messages
- Small prototype fixes
|
2000-09-19 02:43:00 +00:00 |
Hidenori Takeshima
|
ecdde38906
|
Added GetTimeZoneInformation and TIME_ZONE_ID_INVALID.
|
2000-09-16 20:49:19 +00:00 |
Matthew Lake
|
010bc4e731
|
Added LHND.
|
2000-08-25 21:32:53 +00:00 |
Andreas Mohr
|
d398aacfeb
|
- don't return FALSE for system process changes
- SHUTDOWN_NORETRY is 1 and has to be in winbase.h
|
2000-08-21 20:17:56 +00:00 |
Alexandre Julliard
|
c97bb4c5d6
|
Added Unicode ctype support.
|
2000-08-11 20:53:40 +00:00 |
Alexandre Julliard
|
58d5a0a786
|
Removed some unnecessary inclusions of wingdi.h and winuser.h
|
2000-07-29 21:58:17 +00:00 |
Alexandre Julliard
|
fc846d7001
|
Moved FORMAT_MESSAGE flags definition to winbase.h.
|
2000-07-25 17:52:42 +00:00 |
Francois Gouget
|
df96c97979
|
Removed duplicate declaration of AddAccessAllowedAce.
|
2000-07-23 14:19:59 +00:00 |
Matthew Lake
|
187271092a
|
Added some missing definitions.
|
2000-07-08 18:31:43 +00:00 |
Slava Monich
|
fb8934d4bd
|
Implementation of Get/SetThreadPriorityBoost.
|
2000-07-08 12:47:30 +00:00 |
Hidenori Takeshima
|
34e10ee30f
|
GetCommandLine should return non-const strings.
|
2000-06-24 13:37:05 +00:00 |
Francois Gouget
|
326e2ba5a1
|
Added some missing prototypes.
Define the HDRAWDIB handle type.
|
2000-06-18 17:26:44 +00:00 |
Mike McCormack
|
6a31f96111
|
- add prototypes for serial API functions
- correct existing serial API prototypes incorrectly using DWORD
instead of HANDLE
- define more structures and values in serial API
|
2000-06-15 00:15:11 +00:00 |
Francois Gouget
|
ae41e8c804
|
Reordered the CALLBACK and WINAPI directives so that it compiles with
old g++ versions.
|
2000-06-11 20:07:58 +00:00 |
Juergen Schmied
|
2250f12c48
|
Implemented FindFirstFileEx, cleaned old implementation up.
|
2000-06-01 23:17:42 +00:00 |
Francois Gouget
|
53532248c4
|
Sorted out a few misplaced definitions.
Added some missing definitions related to file handling and virtual
memory manipulation.
Added IsTextUnicode.
|
2000-05-24 21:03:48 +00:00 |
Alexandre Julliard
|
680919c2e6
|
Moved Load/FreeLibrary16 definition to winbase16.h.
|
2000-05-07 18:39:28 +00:00 |
Alexandre Julliard
|
f818d42fae
|
Fixed COORD structure definition.
Fixed GetLargestConsoleWindowSize to not return a structure when
called from the Window binary.
|
2000-05-03 17:48:21 +00:00 |
Eric Pouech
|
f1a2532129
|
Fixed GetLargestConsoleWindowSize prototype.
|
2000-04-29 17:16:00 +00:00 |
Ove Kaaven
|
bda3e66201
|
Add Wine-internal allocation type MEM_SYSTEM for VirtualAlloc to
register external mappings (like video frame buffers).
|
2000-04-29 16:45:56 +00:00 |
Francois Gouget
|
32ef5a184b
|
Fixed GetProcessHeap() for the STRICT mode.
|
2000-04-23 19:54:42 +00:00 |
Alexandre Julliard
|
114830e8a9
|
Made GetProcessHeap(), GetCurrentProcessId(), GetCurrentThread() and
GetCurrentProcess() inline.
|
2000-04-11 20:01:59 +00:00 |
Alexandre Julliard
|
416a00d2bc
|
Added lazy initialization of critical sections, based on a patch by
Andrew Lewycky.
|
2000-04-08 20:50:06 +00:00 |
Francois Gouget
|
fdc1065b81
|
Added (correct) prototype for HeapWalk.
|
2000-03-24 19:44:19 +00:00 |
Alexandre Julliard
|
12f29b5076
|
Have threads and processes exit more cleanly whenever possible.
|
2000-03-17 15:16:57 +00:00 |
Patrik Stridvall
|
6cc47d4924
|
Removed a lot of unnecessary includes and fixed the compile errors.
|
2000-03-08 18:26:56 +00:00 |
Alexandre Julliard
|
00641d5b1c
|
Removed PDB32_DEBUGGED flag and send all debug events unconditionally.
Implemented IsDebuggerPresent().
|
2000-03-08 16:41:37 +00:00 |
Alexandre Julliard
|
ca3c9ba4ec
|
Better implementation of inline functions SetLastError and
GetCurrentThreadId. Added asm inlines for Interlocked* functions.
|
2000-03-07 13:14:27 +00:00 |
Juergen Schmied
|
9f50d049ea
|
Fixed definition of the RtlMemory functions. Use macros internally and
for Winelib, use real functions for exports from ntdll.
|
2000-02-26 19:35:50 +00:00 |
Dmitry Timoshkov
|
d6a494feae
|
Move definition of CPINFO structure from winbase.h to winnls.h
Add definition of CPINFOEX structure to winnls.h
|
2000-02-25 21:36:27 +00:00 |
Dave Pickles
|
717bf7e9ea
|
Added definition for STILL_ACTIVE.
|
2000-02-13 16:04:14 +00:00 |
Juergen Schmied
|
02d45e52c5
|
- implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
NtAllocateLocallyUniqueId
- implementation or stubs for NtAccessCheck, NtSetSecurityObject,
RtlClearBits, RtlEqualPrefixSid, RtlFindClearBits,
RtlFormatCurrentUserKeyPath, RtlGetControlSecurityDescriptor,
RtlIdentifierAuthoritySid, RtlImpersonateSelf, RtlInitializeBitMap,
RtlInitializeGenericTable, RtlMakeSelfRelativeSD,
RtlPrefixUnicodeString, RtlSetBits, RtlUnicodeToMultiByteN,
RtlUpcaseUnicodeStringToOemString, RtlUpcaseUnicodeToOemN,
RtlValidSid, RtlxUnicodeStringToOemSize
- corrected most RtlString* functions, added documentation
- more fixes and partial implementations
|
2000-01-23 22:35:33 +00:00 |
Ove Kaaven
|
6e9a0dd08d
|
Added prototypes for the NT synchronization functions
InterlockedCompareExchange and InterlockedExchangeAdd.
|
2000-01-15 22:04:00 +00:00 |
Marcus Meissner
|
7547d4defa
|
Some comm clean up, much more error messages, only use TIOCOUTQ if
defined [wine-bugs/104], tried implementing SetCommTimeouts.
|
2000-01-05 01:46:53 +00:00 |