Francois Gouget
|
203a8f8290
|
Adjust the 'MSVCRT_' prefix to match the msvcrt headers
Prefix internal methods with 'msvcrt_' instead of 'MSVCRT_', '__MSVCRT_', etc.
Remove '_cdecl', it's unnecessary
|
2001-04-10 21:16:07 +00:00 |
Alexandre Julliard
|
3fe81b46d3
|
__getmainargs last argument is a pointer to new_mode.
|
2001-02-21 02:20:08 +00:00 |
Dmitry Timoshkov
|
5ab5e1c5df
|
Fix prototypes of MSVCRT___getmainargs and MSVCRT___wgetmainargs.
Protect MSVCRT__acmdln global variable from corruption.
|
2001-02-20 00:51:49 +00:00 |
Patrik Stridvall
|
4fb3aa5fcd
|
Fixed some issues found by winapi_check.
|
2001-02-12 03:45:09 +00:00 |
Jon Griffiths
|
34c786b2db
|
- New msvcrt unicode functions, winapi_check/-Wall/-W clean.
- Forward to ntdll where possible.
- Fix some .spec entries with incorrect parameters.
|
2001-01-22 02:21:54 +00:00 |
Jon Griffiths
|
1db20bfd33
|
- Migrate CRTDLL to MSVCRT.
- Many fixes and a load of new functions.
|
2001-01-10 23:59:25 +00:00 |