X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=libs%2Fshttpd%2Fcompat_win32.h;fp=libs%2Fshttpd%2Fcompat_win32.h;h=e4e6dba55b279f7c8dd56f81ca703cf9b55a4112;hb=1dee4e3cd008a27789bbce05b0eb47b0eb5d121a;hp=a5c1dce7149e8da9cceecce1a800b03500d63e49;hpb=3dc3ac3cfe10b7196a7977e9c041c29fa141c35e;p=fms.git diff --git a/libs/shttpd/compat_win32.h b/libs/shttpd/compat_win32.h index a5c1dce..e4e6dba 100644 --- a/libs/shttpd/compat_win32.h +++ b/libs/shttpd/compat_win32.h @@ -20,18 +20,6 @@ #ifndef _WIN32_WCE -#ifdef _MSC_VER /* pragmas not valid on MinGW */ -#pragma comment(lib,"ws2_32") -#pragma comment(lib,"user32") -#pragma comment(lib,"comctl32") -#pragma comment(lib,"comdlg32") -#pragma comment(lib,"shell32") -#ifdef NO_GUI -#pragma comment(linker,"/subsystem:console") -#else -#pragma comment(linker,"/subsystem:windows") -#endif /* NO_GUI */ -#endif /* _MSC_VER */ #include #include #include