loginCurtain.h 273 B

123456789101112
  1. #ifndef NULLSOFT_AUTH_LOGINCURTAIN_HEADER
  2. #define NULLSOFT_AUTH_LOGINCURTAIN_HEADER
  3. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  4. #pragma once
  5. #endif
  6. #include <wtypes.h>
  7. HWND LoginCurtain_CreateWindow(HWND hParent, HWND hOwner);
  8. #endif //NULLSOFT_AUTH_LOGINCURTAIN_HEADER