aboutsummaryrefslogtreecommitdiff
path: root/Src/auth/Loginbox/addressEditbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/auth/Loginbox/addressEditbox.h')
-rw-r--r--Src/auth/Loginbox/addressEditbox.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/Src/auth/Loginbox/addressEditbox.h b/Src/auth/Loginbox/addressEditbox.h
new file mode 100644
index 00000000..23076988
--- /dev/null
+++ b/Src/auth/Loginbox/addressEditbox.h
@@ -0,0 +1,15 @@
+#ifndef NULLSOFT_AUTH_LOGINBOX_ADDRESS_EDITBOX_HEADER
+#define NULLSOFT_AUTH_LOGINBOX_ADDRESS_EDITBOX_HEADER
+
+#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#pragma once
+#endif
+
+#include <wtypes.h>
+
+#define REPLACE_MARKER_BEGIN L'<'
+#define REPLACE_MARKER_END L'>'
+
+BOOL AddressEditbox_AttachWindow(HWND hEditbox);
+
+#endif // NULLSOFT_AUTH_LOGINBOX_ADDRESS_EDITBOX_HEADER \ No newline at end of file