repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-03-10 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
errors
/
gcs1724.cs
blob
9d8c3c17b20d98da8a9c31e011635f6344535a7d
1
// cs1724.cs: Value specified for the argument to 'System.Runtime.InteropServices.DefaultCharSetAttribute' is not valid
2
// Line: 7
3
4
using
System
;
5
using
System
.
Runtime
.
InteropServices
;
6
7
[
module
:
DefaultCharSet
((
CharSet
)
30
)]