summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 607333a52d..719c53bf0d 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -342,9 +342,7 @@ const m_option_t msgl_config[]={
};
-extern char * proc_priority;
-
-#ifdef WIN32
+#if defined(__MINGW32__) || defined(__CYGWIN__)
struct {
char* name;
int prio;
@@ -361,7 +359,7 @@ struct {
{ "idle", IDLE_PRIORITY_CLASS},
{ NULL, NORMAL_PRIORITY_CLASS} /* default */
};
-#endif /* WIN32 */
+#endif /* defined(__MINGW32__) || defined(__CYGWIN__) */
extern const m_option_t noconfig_opts[];