Minor fixes.

This commit is contained in:
Patrik Stridvall 1999-11-07 23:35:24 +00:00 committed by Alexandre Julliard
parent 2e46eb04e4
commit bb558b7a1a
2 changed files with 4 additions and 2 deletions

View File

@ -47,11 +47,11 @@ type win32
543 stub RasEditPhonebookEntryW
544 stdcall RasEnumConnectionsA(ptr ptr ptr) RasEnumConnectionsA
545 stub RasEnumConnectionsW
546 stub RasEnumEntriesA
546 stdcall RasEnumEntriesA(str str ptr ptr ptr) RasEnumEntriesA
547 stub RasEnumEntriesW
548 stub RasGetConnectStatusA
549 stub RasGetConnectStatusW
550 stub RasGetEntryDialParamsA
550 stdcall RasGetEntryDialParamsA(str ptr ptr) RasGetEntryDialParamsA
551 stub RasGetEntryDialParamsW
552 stub RasGetErrorStringA
553 stub RasGetErrorStringW

View File

@ -6,6 +6,8 @@
*/
#include <string.h>
#include "wine/w32skrnl.h"
#include "winbase.h"
LPSTR WINAPI GetWin32sDirectory(void)