mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2026-09-02 21:03:08 +03:00
17 lines
360 B
Diff
17 lines
360 B
Diff
diff --git a/globals.c b/globals.c
|
|
index 38db2954e..de131552f 100644
|
|
--- a/globals.c
|
|
+++ b/globals.c
|
|
@@ -790,7 +790,7 @@
|
|
* It is a mistake to export this function, but changing that seems
|
|
* to break the ABI.
|
|
*/
|
|
-XMLPUBFUN BOOL WINAPI
|
|
+BOOL WINAPI
|
|
DllMain (HINSTANCE hinstDLL,
|
|
DWORD fdwReason,
|
|
LPVOID lpvReserved);
|
|
--
|
|
GitLab
|
|
|