Minor fixes.
This commit is contained in:
parent
2e46eb04e4
commit
bb558b7a1a
@ -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 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include "wine/w32skrnl.h"
|
||||||
#include "winbase.h"
|
#include "winbase.h"
|
||||||
|
|
||||||
LPSTR WINAPI GetWin32sDirectory(void)
|
LPSTR WINAPI GetWin32sDirectory(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user