mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 06:55:55 +00:00
[RSHELL]
* Move dependency copying to the target script, so that the target properly depends on the source and not the other way around. * Make all the custom constructors WINAPI. * Add all the custom constructors to the spec file. CORE-7596 svn path=/branches/shell-experiments/; revision=62365
This commit is contained in:
parent
b35ff38428
commit
28bf05e265
14 changed files with 40 additions and 23 deletions
|
@ -124,7 +124,7 @@ public:
|
|||
};
|
||||
|
||||
extern "C"
|
||||
HRESULT CMergedFolder_Constructor(IShellFolder* userLocal, IShellFolder* allUsers, REFIID riid, LPVOID *ppv)
|
||||
HRESULT WINAPI CMergedFolder_Constructor(IShellFolder* userLocal, IShellFolder* allUsers, REFIID riid, LPVOID *ppv)
|
||||
{
|
||||
*ppv = NULL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue