diff options
Diffstat (limited to 'plugins/ExternalAPI/m_xpTheme.h')
-rw-r--r-- | plugins/ExternalAPI/m_xpTheme.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/m_xpTheme.h b/plugins/ExternalAPI/m_xpTheme.h index 90925470f4..2a39da5ab5 100644 --- a/plugins/ExternalAPI/m_xpTheme.h +++ b/plugins/ExternalAPI/m_xpTheme.h @@ -1,3 +1,5 @@ +#pragma once
+
/* Wrapper for XP theme */
typedef void * XPTHANDLE;
typedef HANDLE HTHEME;
|