blob: d602311b39c38a0ae8f92182b816840ad1aa7a7f [file] [log] [blame]
#include "config.h"
#include "windef.h"
#include "winerror.h"
#include "guiddef.h"
#include "debugtools.h"
DEFAULT_DEBUG_CHANNEL(win32);
LONG WinVerifyTrust( HWND hwnd, GUID *ActionID, LPVOID ActionData )
{
FIXME("(hwnd 0x%04x ActionId %p ActionData %p): stub (nothing will be verified)\n",
hwnd, ActionID, ActionData);
return ERROR_SUCCESS;
}