mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
PSAPI meta-source files moved in the standard location
svn path=/trunk/; revision=3121
This commit is contained in:
parent
1a9ed68d15
commit
2d2ac84025
2 changed files with 0 additions and 61 deletions
|
@ -1,23 +0,0 @@
|
|||
; $Id: psapi.def,v 1.1 2001/11/28 16:11:36 ea Exp $
|
||||
;
|
||||
LIBRARY PSAPI.DLL
|
||||
EXPORTS
|
||||
EmptyWorkingSet
|
||||
EnumDeviceDrivers
|
||||
EnumProcessModules
|
||||
EnumProcesses
|
||||
GetDeviceDriverBaseNameA
|
||||
GetDeviceDriverBaseNameW
|
||||
GetDeviceDriverFileNameA
|
||||
GetDeviceDriverFileNameW
|
||||
GetMappedFileNameA
|
||||
GetMappedFileNameW
|
||||
GetModuleBaseNameA
|
||||
GetModuleBaseNameW
|
||||
GetModuleFileNameExA
|
||||
GetModuleFileNameExW
|
||||
GetModuleInformation
|
||||
GetProcessMemoryInfo
|
||||
GetWsChanges
|
||||
InitializeProcessForWsWatch
|
||||
QueryWorkingSet
|
|
@ -1,38 +0,0 @@
|
|||
#include <defines.h>
|
||||
#include <reactos/resource.h>
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION RES_UINT_FV_MAJOR,RES_UINT_FV_MINOR,RES_UINT_FV_REVISION,RES_UINT_FV_BUILD
|
||||
PRODUCTVERSION RES_UINT_PV_MAJOR,RES_UINT_PV_MINOR,RES_UINT_PV_REVISION,RES_UINT_PV_BUILD
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
#else
|
||||
FILEFLAGS 0x0L
|
||||
#endif
|
||||
FILEOS 0x40004L
|
||||
FILETYPE 0x2L
|
||||
FILESUBTYPE 0x0L
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "CompanyName", RES_STR_COMPANY_NAME
|
||||
VALUE "FileDescription", "ReactOS W32 Process API\0"
|
||||
VALUE "FileVersion", RES_STR_FILE_VERSION
|
||||
VALUE "InternalName", "psapi\0"
|
||||
VALUE "LegalCopyright", RES_STR_LEGAL_COPYRIGHT
|
||||
VALUE "OriginalFilename", "psapi.dll\0"
|
||||
VALUE "ProductName", RES_STR_PRODUCT_NAME
|
||||
VALUE "ProductVersion", RES_STR_PRODUCT_VERSION
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x409, 1200
|
||||
END
|
||||
END
|
||||
|
Loading…
Reference in a new issue