Uwe Bonnes
|
347b7bbd51
|
Small fix for the WPR_SIGNED case (count the sign).
|
2004-01-26 20:13:36 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Alexandre Julliard
|
617839d522
|
Added varargs support for 16-bit entry points.
Added -ret16 entry point flag to allow 16-bit cdecl and varargs
function to return 16-bit values too.
|
2003-08-27 02:20:44 +00:00 |
Mike McCormack
|
08264e679d
|
wvsnprint accepts %p too (on win2k).
|
2003-07-18 23:00:26 +00:00 |
Alexandre Julliard
|
df6fa30288
|
Duplicated wsprintf implementation in shlwapi.
|
2002-06-04 23:11:09 +00:00 |
Bill Medland
|
28cbea801c
|
Correct handling of zero-padded negative numbers; transfer the sign
BEFORE adding the zeroes.
|
2002-04-20 20:53:59 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Aric Stewart
|
1e5777edf5
|
The behavior for wsprintfA is different that for wsprintf16 in how it
handles NULLs being passed as character parameters.
|
2001-09-20 19:05:58 +00:00 |
Patrik Stridvall
|
33929be46f
|
- Made sure that the files that contains the declarations
of implementated functions are included.
- Corrected mismatching prototypes.
- Cleaned up the include section.
|
2001-07-18 21:04:23 +00:00 |
Patrik Stridvall
|
01d5e5b071
|
Documentation fixes.
|
2001-07-02 19:59:40 +00:00 |
Alexandre Julliard
|
4d77fc44bc
|
Got rid of WPRINTF_ExtractVAPtr.
|
2001-01-25 22:24:26 +00:00 |
Alexandre Julliard
|
982a223f36
|
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
Fixed a few ptr/segptr mismatches.
Moved CONV_RECT/POINT macros to wingdi16.h.
|
2000-12-13 20:20:09 +00:00 |
Alexandre Julliard
|
5b971f009a
|
Moved wsprintf functions to dlls/user.
|
2000-11-26 22:39:50 +00:00 |