This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
More symbol scan logic from Alan Burlison.
[perl5.git] / win32 / runperl.c
index ef44531..85fd831 100644 (file)
@@ -2,10 +2,6 @@
 #include "perl.h"
 
 #ifdef __GNUC__
-/*
- * GNU C does not do __declspec()
- */
-#define __declspec(foo) 
 
 /* Mingw32 defaults to globing command line 
  * This is inconsistent with other Win32 ports and 
@@ -16,9 +12,6 @@ int _CRT_glob = 0;
 
 #endif
 
-
-__declspec(dllimport) int RunPerl(int argc, char **argv, char **env);
-
 int
 main(int argc, char **argv, char **env)
 {