diff --git a/aegisub/packages/win_installer/RuntimeTestLibrary/RuntimeTestLibrary.cpp b/aegisub/packages/win_installer/RuntimeTestLibrary/RuntimeTestLibrary.cpp deleted file mode 100644 index d6e3e5fe2..000000000 --- a/aegisub/packages/win_installer/RuntimeTestLibrary/RuntimeTestLibrary.cpp +++ /dev/null @@ -1,18 +0,0 @@ -/* -Dummy library created for the Aegisub 2 installer. -Exports a single function only for the purpose of testing -whether the DLL can load on the system, ie. whether -the required runtime libraries are installed. - -There are no restrictions on the use of this library -for any purposes whatsoever, and likewise are -no warranties given for it whatsoever. -*/ - -#include - -extern "C" __declspec(dllexport) void __stdcall TestFunction() -{ - void *x = malloc(16); - free(x); -} diff --git a/aegisub/packages/win_installer/RuntimeTestLibrary/RuntimeTestLibrary.vcproj b/aegisub/packages/win_installer/RuntimeTestLibrary/RuntimeTestLibrary.vcproj deleted file mode 100644 index ce09e4f48..000000000 --- a/aegisub/packages/win_installer/RuntimeTestLibrary/RuntimeTestLibrary.vcproj +++ /dev/null @@ -1,197 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -