From 4475f7131e803ce059bb74ab041718713cd50cc3 Mon Sep 17 00:00:00 2001 From: SistemaRayoXP <36713890+SistemaRayoXP@users.noreply.github.com> Date: Tue, 13 Mar 2018 13:13:37 -0500 Subject: [PATCH] Delete basDeclarations.bas --- basDeclarations.bas | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 basDeclarations.bas diff --git a/basDeclarations.bas b/basDeclarations.bas deleted file mode 100644 index 2d107ca..0000000 --- a/basDeclarations.bas +++ /dev/null @@ -1,4 +0,0 @@ -Attribute VB_Name = "basDeclarations" -Declare Function SetParent Lib "user32" (ByVal hWndChild As Long, _ -ByVal hWndNewParent As Long) As Long -