diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-20 09:03:20 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-20 09:03:20 +0000 |
commit | 65461e7b4edb683cc09086fdaf49e0c2ef918bd4 (patch) | |
tree | f30e221d6a79836b2f1426c26a5ecd24d803c172 /src | |
parent | 18540e71624543fd0181b764a6913aa6bf8eb75d (diff) |
sounds: part I
git-svn-id: http://svn.miranda-ng.org/main/trunk@499 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/skin/sounds.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/skin/sounds.cpp b/src/modules/skin/sounds.cpp index 88c75b6d14..9dedbdf4d5 100644 --- a/src/modules/skin/sounds.cpp +++ b/src/modules/skin/sounds.cpp @@ -22,6 +22,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "..\..\core\commonheaders.h"
+#define SKINSOUNDDESC_SIZE_V1 (offsetof(SKINSOUNDDESCEX, pszSection))
+#define SKINSOUNDDESC_SIZE_V2 (offsetof(SKINSOUNDDESCEX, dwFlags))
+
struct SoundItem
{
char* name;
|