Re: [MSVCRT] Separate internal definitions from the public headers

2004-06-13 Thread Alexandre Julliard
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > Looking at the changes it seems to me: > 1. There aren't that many > 2. We can easily add a test file to check for consistency > with the public headers (ideally, this file would be > automatically generated by a script) > 3. We shou

[MSVCRT] Separate internal definitions from the public headers

2004-06-13 Thread Dimitrie O. Paun
Hi Alexandre, Welcome back! I did this last Friday, but I didn't want to continue before running it by you. I'm sending here just the first cut of the definitions I needed to duplicate in msvcrt.h, to compile the entire msvcrt DLL without the MSVCRT() define in the public headers. Looking at the