summaryrefslogtreecommitdiff
path: root/plugins/Popup/src/services.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Popup/src/services.h')
-rw-r--r--plugins/Popup/src/services.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Popup/src/services.h b/plugins/Popup/src/services.h
index b47f04f397..6851c26350 100644
--- a/plugins/Popup/src/services.h
+++ b/plugins/Popup/src/services.h
@@ -53,4 +53,6 @@ INT_PTR Popup_UnregisterPopupClass(WPARAM wParam, LPARAM lParam);
INT_PTR Popup_CreateClassPopup(WPARAM wParam, LPARAM lParam);
INT_PTR Popup_DeletePopup(WPARAM, LPARAM lParam);
+INT_PTR Popup_LoadSkin(WPARAM, LPARAM lParam);
+
#endif // __services_h__