Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gcs1724.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9d8c3c17b20d98da8a9c31e011635f6344535a7d (plain)
1
2
3
4
5
6
7
// cs1724.cs: Value specified for the argument to 'System.Runtime.InteropServices.DefaultCharSetAttribute' is not valid
// Line: 7

using System;
using System.Runtime.InteropServices;

[module: DefaultCharSet ((CharSet)30)]