From: fennecdjay Date: Thu, 14 Mar 2019 22:09:57 +0000 (+0100) Subject: :fire: type (win) X-Git-Tag: nightly~2692 X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=2e64a26362d052ab883786cf1b557ebe8b00049d;p=gwion.git :fire: type (win) --- diff --git a/src/plug.c b/src/plug.c index 1403db28..8d19339a 100644 --- a/src/plug.c +++ b/src/plug.c @@ -75,7 +75,7 @@ ANN PlugInfo* new_plug(const Vector list) { plug_get(p, results.gl_pathv[i]); globfree(& results); #else - finddata_t filedata; + WIN32_FIND_DATA filedata; intptr_t file = FindFirstFileA(gname,&filedata); if(file != -1) { do plug_get(p, filedata.name);