blob: b43586c9210e1048fc6d3480b44909078cfe58e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#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
|