winamp/Src/auth/Loginbox/loginCurtain.h

12 lines
273 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#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