Alexandre Julliard
|
9f859692f9
|
Replace DPRINTF by TRACE in a few places.
|
2005-09-25 15:23:21 +00:00 |
Alexandre Julliard
|
7c1925a0f3
|
Remove the 'L' suffix on a number of constants to avoid comparison
errors on 64-bit platforms.
|
2005-09-13 15:00:32 +00:00 |
Alexandre Julliard
|
c6b005ac69
|
Fixed some more traces to use the right printf format and avoid
typecasts.
|
2005-09-12 14:12:46 +00:00 |
Alexandre Julliard
|
628939d567
|
Use the proper WOW functions everywhere instead of the K32WOW variant.
|
2005-08-10 10:59:19 +00:00 |
Mike McCormack
|
405ac7a80c
|
- don't include winreg.h
- include kernel_private.h to get declaration for convert_old_config()
|
2005-06-20 10:40:37 +00:00 |
Alexandre Julliard
|
0f079d7858
|
Moved the kernel per-thread data out of the TEB into a private
structure stored in TEB.SystemReserved1.
|
2005-06-06 20:00:14 +00:00 |
Dimi Paun
|
145f9972ed
|
Fix indentation.
|
2005-05-29 20:00:10 +00:00 |
Dimi Paun
|
e035e01b11
|
Rename back local_compact to LOCAL_Compact for consistency.
Get rid of no longer used local.h.
|
2005-05-19 11:13:36 +00:00 |
Alexandre Julliard
|
4417574d2c
|
Renamed some fields in NE_MODULE to use the same name as in the
exported IMAGE_OS2_HEADER structure.
|
2005-05-17 14:36:09 +00:00 |
Alexandre Julliard
|
4776085c9c
|
Moved a bunch of definitions out of module.h into a new
kernel16_private.h header.
|
2005-05-16 19:44:54 +00:00 |
Alexandre Julliard
|
19bfcd3533
|
Moved the remaining stack frame definitions to kernel_private.h and
removed stackframe.h.
|
2005-05-16 14:45:18 +00:00 |
Dimi Paun
|
bac5f4603d
|
Use the standard Local*16() instead of LOCAL_*() functions.
|
2005-05-16 14:07:52 +00:00 |
Dimi Paun
|
5eae73de10
|
Avoid using some LOCAL_*() functions.
|
2005-05-16 08:49:39 +00:00 |
Dimi Paun
|
e510a29159
|
Make LOCAL_*() just wrappers around Local*16() functions.
|
2005-05-14 12:18:15 +00:00 |
Jakob Eriksson
|
9ed61de9a2
|
Get rid of HeapAlloc casts.
|
2005-03-24 21:01:35 +00:00 |
Alexandre Julliard
|
d0ee9f9309
|
Avoid spaces before preprocessor directives, that's not portable.
|
2005-03-02 12:23:20 +00:00 |
Michael Stefaniuc
|
5ad7d858e0
|
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
|
2004-12-23 17:06:43 +00:00 |
Alexandre Julliard
|
e8283089cb
|
Get rid of no longer needed WINE_PACKED define.
|
2004-01-09 22:18:49 +00:00 |
Dimitrie O. Paun
|
2eaefbd1a4
|
Move content of global.h into the appropriate private headers.
|
2003-12-08 21:58:55 +00:00 |
Alexandre Julliard
|
a7ce2abc9d
|
Removed include/selectors.h.
|
2003-11-18 00:16:25 +00:00 |
Alexandre Julliard
|
55b51eabdf
|
Removed instance.h and callback.h, moving their contents to
kernel_private.h.
|
2003-11-13 21:04:01 +00:00 |
Alexandre Julliard
|
6aca040f86
|
Moved a few more functions to dlls/kernel.
|
2003-08-26 02:29:48 +00:00 |
Alexandre Julliard
|
f93256a56c
|
Warning fixes.
|
2003-08-06 22:08:04 +00:00 |
Alexandre Julliard
|
dcff0007b6
|
Moved most local heap functions to dlls/kernel.
|
2003-05-16 20:15:26 +00:00 |