Commit bb558b7a authored by Patrik Stridvall's avatar Patrik Stridvall Committed by Alexandre Julliard

Minor fixes.

parent 2e46eb04
...@@ -47,11 +47,11 @@ type win32 ...@@ -47,11 +47,11 @@ type win32
543 stub RasEditPhonebookEntryW 543 stub RasEditPhonebookEntryW
544 stdcall RasEnumConnectionsA(ptr ptr ptr) RasEnumConnectionsA 544 stdcall RasEnumConnectionsA(ptr ptr ptr) RasEnumConnectionsA
545 stub RasEnumConnectionsW 545 stub RasEnumConnectionsW
546 stub RasEnumEntriesA 546 stdcall RasEnumEntriesA(str str ptr ptr ptr) RasEnumEntriesA
547 stub RasEnumEntriesW 547 stub RasEnumEntriesW
548 stub RasGetConnectStatusA 548 stub RasGetConnectStatusA
549 stub RasGetConnectStatusW 549 stub RasGetConnectStatusW
550 stub RasGetEntryDialParamsA 550 stdcall RasGetEntryDialParamsA(str ptr ptr) RasGetEntryDialParamsA
551 stub RasGetEntryDialParamsW 551 stub RasGetEntryDialParamsW
552 stub RasGetErrorStringA 552 stub RasGetErrorStringA
553 stub RasGetErrorStringW 553 stub RasGetErrorStringW
......
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
*/ */
#include <string.h> #include <string.h>
#include "wine/w32skrnl.h"
#include "winbase.h" #include "winbase.h"
LPSTR WINAPI GetWin32sDirectory(void) LPSTR WINAPI GetWin32sDirectory(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment