mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 11:56:26 +00:00
4f0b8d3db0
svn path=/branches/ntvdm/; revision=59241
11 lines
111 B
C
11 lines
111 B
C
#include <windef.h>
|
|
|
|
HRESULT
|
|
WINAPI
|
|
DllInstall(
|
|
BOOL bInstall,
|
|
PCWSTR pszCmdLine)
|
|
{
|
|
return S_OK;
|
|
}
|