Alexandre Julliard
|
16e5634a3b
|
Implemented a few more crt* functions.
Replaced most remaining stubs by forwards to msvcrt.
|
2004-01-13 05:37:47 +00:00 |
André Johansen
|
759d956c51
|
Forward _set_error_mode to msvcrt.
|
2004-01-13 01:08:04 +00:00 |
Alexandre Julliard
|
f752be843e
|
Implement some more register functions using DEFINE_REGS_ENTRYPOINT to
make them available for imports.
|
2003-12-04 05:51:01 +00:00 |
Dimitrie O. Paun
|
fbdfd910c1
|
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
|
2003-10-11 01:09:15 +00:00 |
Dimitrie O. Paun
|
00e5ccfa17
|
Stub out the _[w]popen/_pclose() functions.
|
2003-08-20 03:34:20 +00:00 |
Alexandre Julliard
|
9b8a0595bc
|
_ftol should return a 64-bit int (spotted by Jon Griffiths).
|
2003-08-19 01:03:08 +00:00 |
Alexandre Julliard
|
cf4e5d4eea
|
Added an assembly wrapper to retrieve the this pointer from %ecx for
_thiscall functions.
Fixed some bugs, and added a few missing functions.
|
2003-06-17 03:59:24 +00:00 |
Adam Gundy
|
e434d89bc9
|
Fixed ecvt/fcvt/gcvt entries.
|
2003-04-07 23:30:20 +00:00 |
Adam Gundy
|
19a1513fd7
|
Added an implementation of the MSVCRTD.DLL debugging C runtime DLL.
|
2003-04-04 19:37:57 +00:00 |