From 5f097338e427362824babf066d29531060471996 Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Tue, 16 Jun 2009 17:34:21 +0000 Subject: [PATCH] Remove unused RuntimeTestLibrary code. Originally committed to SVN as r3061. --- .../RuntimeTestLibrary/RuntimeTestLibrary.cpp | 18 -- .../RuntimeTestLibrary.vcproj | 197 ------------------ 2 files changed, 215 deletions(-) delete mode 100644 aegisub/packages/win_installer/RuntimeTestLibrary/RuntimeTestLibrary.cpp delete mode 100644 aegisub/packages/win_installer/RuntimeTestLibrary/RuntimeTestLibrary.vcproj 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 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -