diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-26 13:38:13 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-26 13:38:13 +0200 |
commit | e3be4a0e0abfe0368aba0b03c2ec59af8385ef3a (patch) | |
tree | bb988ce83237fb6ea0ec0f0e2b29dee684389aa1 /plugins/wmpa | |
parent | 46b0fe70ebc83500c5c2adbc124fbfb4d065d963 (diff) |
Eliminate some more plugin warnings
Diffstat (limited to 'plugins/wmpa')
-rw-r--r-- | plugins/wmpa/wmpa.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wmpa/wmpa.def b/plugins/wmpa/wmpa.def index 3555558e..d0a3b042 100644 --- a/plugins/wmpa/wmpa.def +++ b/plugins/wmpa/wmpa.def @@ -1,6 +1,6 @@ ; wmpa.def : Declares the module parameters for the DLL. -LIBRARY "xcwmpa" +LIBRARY "hcwmpa" EXPORTS ; Explicit exports can go here |