Francois Gouget
|
541ff5fb9f
|
Add INVALID_ATOM and MAXINTATOM to winbase.h.
Replace MIN_STR_ATOM with MAXINTATOM.
|
2001-10-15 17:49:23 +00:00 |
Alexandre Julliard
|
2ff4faf66d
|
Moved MAKEINTATOM to winbase.h and added Unicode version.
|
2001-10-12 18:43:27 +00:00 |
Francois Gouget
|
141039a54c
|
Move the RT_XXX macros to winuser.h.
winuser.h: Add support for NOGDI.
winuser.h: Modify to allow compilation without wingdi.h.
|
2001-10-10 02:51:24 +00:00 |
Francois Gouget
|
5bcd11631f
|
Remove non windows macros.
|
2001-10-09 23:25:20 +00:00 |
Francois Gouget
|
5686dc0fe8
|
Move WINDEBUGINFO from winbase.h to winbase16.h and rename to
WINDEBUGINFO16.
Move the related macros to version.c and ifdef them out (kept for
documentation only, they are not used).
|
2001-10-08 22:30:34 +00:00 |
Francois Gouget
|
086f1cbb2c
|
Move the ERR_XXX macros from winbase.h to error.c.
|
2001-10-08 20:37:34 +00:00 |
Stefan Leichter
|
32aee1ae11
|
Added defines for resource types RT_MESSAGETABLE, RT_VERSION.
|
2001-10-05 19:44:33 +00:00 |
Ove Kaaven
|
e0fa03695c
|
Added some named pipe definitions.
|
2001-09-25 22:38:12 +00:00 |
Mike McCormack
|
50f7bc5af5
|
Declare DeviceIoControl.
|
2001-09-21 21:02:38 +00:00 |
Francois Gouget
|
038af7925b
|
Fix the definition of structs NUMBERFMT* and CURRENCYFMT*.
Add, fix and move prototypes from winbase.h to winnls.h.
|
2001-09-19 22:28:00 +00:00 |
Mike McCormack
|
b473a0f0b9
|
Added stub for CancelIo.
|
2001-08-22 18:02:39 +00:00 |
Alexandre Julliard
|
e08a1b5396
|
Made the Interlocked*Pointer functions static inline since they aren't
exported by the Windows API.
|
2001-08-17 00:08:20 +00:00 |
Alexandre Julliard
|
301df6b5cd
|
Added names to standard critical sections (suggested by Andreas
Mohr).
|
2001-08-16 18:12:56 +00:00 |
Alexandre Julliard
|
181e3d8614
|
Implemented _CheckNotSysLevel.
|
2001-08-15 23:32:47 +00:00 |
Alexandre Julliard
|
e994d5036e
|
Added Interlocked*Pointer functions.
Fixed InterlockedCompareExchange prototype.
|
2001-08-09 21:21:13 +00:00 |
Marcus Meissner
|
99f54153f5
|
SetCommConfig has 3 arguments, not 2.
|
2001-08-06 17:50:42 +00:00 |
Patrik Stridvall
|
33c40709bf
|
- Moved comm related protoypes to the correct .h file.
- Cleaned up the include section.
|
2001-07-26 21:43:56 +00:00 |
Mike McCormack
|
de7c3003e2
|
Start implementing named pipes.
|
2001-07-10 19:16:49 +00:00 |
Mike McCormack
|
838a3614f6
|
Declare stubs for ReadFileEx, WriteFileEx.
|
2001-07-02 18:56:01 +00:00 |
Patrik Stridvall
|
cd6b8cadce
|
Fixed GetCommConfig number of arguments.
|
2001-06-19 03:44:16 +00:00 |
Francois Gouget
|
9dc50e12fb
|
Removed some more obsolete 32 suffixes.
|
2001-05-11 19:54:47 +00:00 |
James Juran
|
7313b78619
|
Added stub for SetThreadExecutionState (new function in Win98/2000).
|
2001-03-13 23:33:26 +00:00 |
Francois Gouget
|
f5a6e30493
|
Added CreateRemoteThread.
|
2001-03-10 19:15:04 +00:00 |
Francois Gouget
|
40774c3c91
|
Change the callback declarations to a safer format.
|
2001-02-12 01:29:08 +00:00 |
Francois Gouget
|
ff1d7282e4
|
Added missing pointer type declarations (usually Pxxx).
|
2001-01-21 21:09:22 +00:00 |
Francois Gouget
|
e1c09e2c72
|
Added 3 missing FS_xxx macros.
|
2001-01-18 20:28:56 +00:00 |
Mike McCormack
|
c6316bc4ac
|
Implemented HasOverlappedCompleted macro.
|
2001-01-07 21:45:18 +00:00 |
François Gouget
|
f53b0e89e4
|
Moved the function pointer types to their rightful headers.
The definition of the function pointer types must be based on STRICT.
|
2001-01-04 19:32:22 +00:00 |
Jon Griffiths
|
d94fc2216d
|
Added InitializeCriticalSectionAndSpinCount prototype.
|
2001-01-03 21:42:07 +00:00 |
François Gouget
|
ecae926945
|
Needs to include windef.h.
|
2000-12-15 21:30:35 +00:00 |
Alexandre Julliard
|
bf67259a41
|
Use the DRIVE_* API constants instead of the DRIVETYPE enum.
Changed DRIVE_CANNOTDETERMINE and DRIVE_DOESNOTEXIST to use the
correct names.
Cleaned up a few dependencies on internal drive.c functions.
|
2000-12-12 00:44:42 +00:00 |
Alexandre Julliard
|
becb9a353b
|
Moved all Wine internal definitions out of process.h.
|
2000-12-11 03:48:15 +00:00 |
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 |