X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=libhb%2Fports.h;h=c544f19a6a236db5affdadda8292a549d394c966;hb=69bcedab6772552b36bc8f1591db6ea0c8de08c3;hp=9c2143944ec2cad389cf14a78aa3b507a1a972fd;hpb=2707a4c05f84b3846e4e77ca4e9850cc61ffca10;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/libhb/ports.h b/libhb/ports.h index 9c214394..c544f19a 100644 --- a/libhb/ports.h +++ b/libhb/ports.h @@ -43,6 +43,9 @@ typedef struct hb_thread_s hb_thread_t; #elif defined( SYS_CYGWIN ) # define HB_LOW_PRIORITY 0 # define HB_NORMAL_PRIORITY 1 +#elif defined( SYS_MINGW ) +# define HB_LOW_PRIORITY 0 +# define HB_NORMAL_PRIORITY 0 #endif hb_thread_t * hb_thread_init( char * name, void (* function)(void *),