mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
Move placement of lzma.
This commit is contained in:
16
3rdparty/lzma/CPP/Windows/ResourceString.h
vendored
Normal file
16
3rdparty/lzma/CPP/Windows/ResourceString.h
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
// Windows/ResourceString.h
|
||||
|
||||
#ifndef __WINDOWS_RESOURCE_STRING_H
|
||||
#define __WINDOWS_RESOURCE_STRING_H
|
||||
|
||||
#include "../Common/MyString.h"
|
||||
|
||||
namespace NWindows {
|
||||
|
||||
UString MyLoadString(UINT resourceID);
|
||||
void MyLoadString(HINSTANCE hInstance, UINT resourceID, UString &dest);
|
||||
void MyLoadString(UINT resourceID, UString &dest);
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user