2002-09-04 Kevin Chase <kevincha99@hotmail.com>

* include/winbase.h (AllocateUserPhysicalPages,
	MapUserPhysicalPages, MapUserPhysicalPagesScatter,
	FreeUserPhysicalPages): Add prototypes.
	* lib/kernel32.def: Add function stubs for above.
This commit is contained in:
Danny Smith 2002-09-04 22:20:52 +00:00
parent ca3a1a6b67
commit 1730adee69
3 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2002-09-04 Kevin Chase <kevincha99@hotmail.com>
* include/winbase.h (AllocateUserPhysicalPages,
MapUserPhysicalPages, MapUserPhysicalPagesScatter,
FreeUserPhysicalPages): Add prototypes.
* lib/kernel32.def: Add function stubs for above.
2002-09-03 René Møller Fonseca <fonseca@users.sourceforge.net> 2002-09-03 René Møller Fonseca <fonseca@users.sourceforge.net>
* include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines. * include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines.

View File

@ -1594,6 +1594,12 @@ BOOL WINAPI WriteProfileStringA(LPCSTR,LPCSTR,LPCSTR);
BOOL WINAPI WriteProfileStringW(LPCWSTR,LPCWSTR,LPCWSTR); BOOL WINAPI WriteProfileStringW(LPCWSTR,LPCWSTR,LPCWSTR);
DWORD WINAPI WriteTapemark(HANDLE,DWORD,DWORD,BOOL); DWORD WINAPI WriteTapemark(HANDLE,DWORD,DWORD,BOOL);
#define Yield() #define Yield()
#if (_WIN32_WINNT >= 0x0500)
BOOL WINAPI AllocateUserPhysicalPages(HANDLE,PULONG_PTR,PULONG_PTR);
BOOL WINAPI FreeUserPhysicalPages(HANDLE,PULONG_PTR,PULONG_PTR);
BOOL WINAPI MapUserPhysicalPages(PVOID,ULONG_PTR,PULONG_PTR);
BOOL WINAPI MapUserPhysicalPagesScatter(PVOID*,ULONG_PTR,PULONG_PTR);
#endif
#ifdef UNICODE #ifdef UNICODE
typedef STARTUPINFOW STARTUPINFO,*LPSTARTUPINFO; typedef STARTUPINFOW STARTUPINFO,*LPSTARTUPINFO;

View File

@ -5,6 +5,7 @@ AddAtomW@4
AddConsoleAliasA@12 AddConsoleAliasA@12
AddConsoleAliasW@12 AddConsoleAliasW@12
AllocConsole@0 AllocConsole@0
AllocateUserPhysicalPages@12
AreFileApisANSI@0 AreFileApisANSI@0
AssignProcessToJobObject@8 AssignProcessToJobObject@8
BackupRead@28 BackupRead@28
@ -188,6 +189,7 @@ FreeEnvironmentStringsW@4
FreeLibrary@4 FreeLibrary@4
FreeLibraryAndExitThread@8 FreeLibraryAndExitThread@8
FreeResource@4 FreeResource@4
FreeUserPhysicalPages@12
FreeVirtualBuffer@4 FreeVirtualBuffer@4
GenerateConsoleCtrlEvent@8 GenerateConsoleCtrlEvent@8
GetACP@0 GetACP@0
@ -477,6 +479,8 @@ LocalUnlock@4
LockFile@20 LockFile@20
LockFileEx@24 LockFileEx@24
LockResource@4 LockResource@4
MapUserPhysicalPages@12
MapUserPhysicalPagesScatter@12
MapViewOfFile@20 MapViewOfFile@20
MapViewOfFileEx@24 MapViewOfFileEx@24
MapViewOfFileVlm@28 MapViewOfFileVlm@28