mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
65ce146169
svn path=/branches/ros-csrss/; revision=57561
12 lines
113 B
C
12 lines
113 B
C
#include <windows.h>
|
|
|
|
HRESULT
|
|
WINAPI
|
|
DllInstall(
|
|
BOOL bInstall,
|
|
PCWSTR pszCmdLine)
|
|
{
|
|
return S_OK;
|
|
}
|
|
|