Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-07-05 17:03:07 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-07-05 17:03:07 +0400
commitf1a3036b02f54d4940074b5aa2d43ec6c0943b5e (patch)
tree521dfc69d40eb5bc29f3e179d63ded670189956d /src/apps/mplayerc/mpciconlib
parentf6883a2c09507d0acb9ccbf0156e5948211dc480 (diff)
cosmetics
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2104 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/mpciconlib')
-rw-r--r--src/apps/mplayerc/mpciconlib/mpciconlib.h82
1 files changed, 42 insertions, 40 deletions
diff --git a/src/apps/mplayerc/mpciconlib/mpciconlib.h b/src/apps/mplayerc/mpciconlib/mpciconlib.h
index aed4f5e21..39c244cf5 100644
--- a/src/apps/mplayerc/mpciconlib/mpciconlib.h
+++ b/src/apps/mplayerc/mpciconlib/mpciconlib.h
@@ -1,49 +1,51 @@
-#define WINVER 0x0600
-#define IDI_NONE -1
+#ifndef WINVER
+ #define WINVER 0x0600
+#endif
+#define IDI_NONE -1
/* The values below correspond to the icon indexes.
* The order should be exactly the same as in the .rc file.
* There should be no gaps in the numbering. So be careful
* when adding/removing icons.
*/
-#define IDI_AVI_ICON 0
-#define IDI_MPG_ICON 1
-#define IDI_MP4_ICON 2
-#define IDI_MKV_ICON 3
-#define IDI_OGM_ICON 4
-#define IDI_FLV_ICON 5
-#define IDI_WMV_ICON 6
-#define IDI_MOV_ICON 7
-#define IDI_RM_ICON 8
-#define IDI_MP3_ICON 9
-#define IDI_OGG_ICON 10
-#define IDI_AAC_ICON 11
-#define IDI_MKA_ICON 12
-#define IDI_WMA_ICON 13
-#define IDI_RA_ICON 14
-#define IDI_WAV_ICON 15
-#define IDI_MPA_ICON 16
-#define IDI_CDA_ICON 17
-#define IDI_MPC_ICON 18
-#define IDI_FLAC_ICON 19
-#define IDI_ALAC_ICON 20
-#define IDI_PLS_ICON 21
-#define IDI_D2V_ICON 22
-#define IDI_MID_ICON 23
-#define IDI_AIFF_ICON 24
-#define IDI_AU_ICON 25
-#define IDI_IVF_ICON 26
-#define IDI_FLIC_ICON 27
-#define IDI_BIK_ICON 28
-#define IDI_RATDVD_ICON 29
-#define IDI_ROQ_ICON 30
-#define IDI_RT_ICON 31
-#define IDI_DRC_ICON 32
-#define IDI_DSM_ICON 33
-#define IDI_SWF_ICON 34
-#define IDI_OTHER_ICON 35
-#define IDI_DVDF_ICON 36
-#define IDI_DVDA_ICON 37
+#define IDI_AVI_ICON 0
+#define IDI_MPG_ICON 1
+#define IDI_MP4_ICON 2
+#define IDI_MKV_ICON 3
+#define IDI_OGM_ICON 4
+#define IDI_FLV_ICON 5
+#define IDI_WMV_ICON 6
+#define IDI_MOV_ICON 7
+#define IDI_RM_ICON 8
+#define IDI_MP3_ICON 9
+#define IDI_OGG_ICON 10
+#define IDI_AAC_ICON 11
+#define IDI_MKA_ICON 12
+#define IDI_WMA_ICON 13
+#define IDI_RA_ICON 14
+#define IDI_WAV_ICON 15
+#define IDI_MPA_ICON 16
+#define IDI_CDA_ICON 17
+#define IDI_MPC_ICON 18
+#define IDI_FLAC_ICON 19
+#define IDI_ALAC_ICON 20
+#define IDI_PLS_ICON 21
+#define IDI_D2V_ICON 22
+#define IDI_MID_ICON 23
+#define IDI_AIFF_ICON 24
+#define IDI_AU_ICON 25
+#define IDI_IVF_ICON 26
+#define IDI_FLIC_ICON 27
+#define IDI_BIK_ICON 28
+#define IDI_RATDVD_ICON 29
+#define IDI_ROQ_ICON 30
+#define IDI_RT_ICON 31
+#define IDI_DRC_ICON 32
+#define IDI_DSM_ICON 33
+#define IDI_SWF_ICON 34
+#define IDI_OTHER_ICON 35
+#define IDI_DVDF_ICON 36
+#define IDI_DVDA_ICON 37
// Next default values for new objects