Initial community commit
This commit is contained in:
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user