mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 23:14:54 -06:00
4.59 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
3901bf0ab8
commit
173c07e166
@@ -11,10 +11,10 @@ namespace NNet {
|
||||
|
||||
struct CResourceBase
|
||||
{
|
||||
DWORD Scope;
|
||||
DWORD Type;
|
||||
DWORD DisplayType;
|
||||
DWORD Usage;
|
||||
DWORD Scope;
|
||||
DWORD Type;
|
||||
DWORD DisplayType;
|
||||
DWORD Usage;
|
||||
bool LocalNameIsDefined;
|
||||
bool RemoteNameIsDefined;
|
||||
bool CommentIsDefined;
|
||||
@@ -70,10 +70,10 @@ DWORD GetResourceParent(const CResource &resource, CResource &parentResource);
|
||||
DWORD GetResourceParent(const CResourceW &resource, CResourceW &parentResource);
|
||||
#endif
|
||||
|
||||
DWORD GetResourceInformation(const CResource &resource,
|
||||
DWORD GetResourceInformation(const CResource &resource,
|
||||
CResource &destResource, CSysString &systemPathPart);
|
||||
#ifndef _UNICODE
|
||||
DWORD GetResourceInformation(const CResourceW &resource,
|
||||
DWORD GetResourceInformation(const CResourceW &resource,
|
||||
CResourceW &destResource, UString &systemPathPart);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user