X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=msvc%2Fcreate-windef.pl;h=7d588b915df6e8e499648bbd642f9bad0b5a96b0;hb=52e98abd6e5c6d10ddea91a529f7b1b2336e0696;hp=e7ad3d3cf9cf917e1787b8b3a0288d28655bab86;hpb=4239ddd9f18d778e03cc979c9d15135e47fb0e28;p=mono.git diff --git a/msvc/create-windef.pl b/msvc/create-windef.pl index e7ad3d3cf9c..7d588b915df 100755 --- a/msvc/create-windef.pl +++ b/msvc/create-windef.pl @@ -30,7 +30,7 @@ push @symbols, "MonoFixupCorEE"; open (OUT, ">$outfile") || die "Cannot open '$outfile': $!\n"; print OUT "; file generated by create-windef.pl\n"; -#print OUT "LIBRARY $dllname\nEXPORTS\n"; +print OUT "EXPORTS\n"; print OUT join ("\n", @symbols); print OUT "\n";