summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/m_cln_skinedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ExternalAPI/m_cln_skinedit.h')
-rw-r--r--plugins/ExternalAPI/m_cln_skinedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/m_cln_skinedit.h b/plugins/ExternalAPI/m_cln_skinedit.h
index c5c9d49585..0255c98080 100644
--- a/plugins/ExternalAPI/m_cln_skinedit.h
+++ b/plugins/ExternalAPI/m_cln_skinedit.h
@@ -104,7 +104,7 @@ typedef struct _tagSkinDescription {
HWND hwndImageEdit; /* out param */
HMENU hMenuItems;
void (*pfnSaveCompleteStruct)(void);
- void (*pfnClcOptionsChanged )(void);
+ void (CALLBACK *pfnClcOptionsChanged )(void);
void* (*pfnMalloc)(unsigned int);
void (*pfnFree)(void);
void* (*pfnRealloc)(void *, unsigned int);