mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 16:11:49 +00:00
[RAPPS] Add support for a rapps db with the file:/// scheme
This makes it easier to test locally
This commit is contained in:
parent
a7c1f9a014
commit
4f25a47677
3 changed files with 40 additions and 9 deletions
|
@ -58,3 +58,9 @@ INT GetSystemColorDepth();
|
|||
void UnixTimeToFileTime(DWORD dwUnixTime, LPFILETIME pFileTime);
|
||||
|
||||
BOOL SearchPatternMatch(LPCWSTR szHaystack, LPCWSTR szNeedle);
|
||||
|
||||
template<class T>
|
||||
class CLocalPtr : public CHeapPtr<T, CLocalAllocator>
|
||||
{
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue