#ifndef NULLSOFT_AUTH_LOGINCURTAIN_HEADER
#define NULLSOFT_AUTH_LOGINCURTAIN_HEADER

#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif

#include <wtypes.h>

HWND LoginCurtain_CreateWindow(HWND hParent, HWND hOwner);

#endif //NULLSOFT_AUTH_LOGINCURTAIN_HEADER