Module: wine Branch: master Commit: 8e9d6203f0038dafba3f9eb7003074ec7b072ebf URL: http://source.winehq.org/git/wine.git/?a=commit;h=8e9d6203f0038dafba3f9eb700...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jul 9 15:47:30 2013 +0200
mapi32: Use neutral language for the version resource.
---
dlls/mapi32/mapi32.rc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/dlls/mapi32/mapi32.rc b/dlls/mapi32/mapi32.rc index b51f464..f2c232a 100644 --- a/dlls/mapi32/mapi32.rc +++ b/dlls/mapi32/mapi32.rc @@ -29,6 +29,8 @@ STRINGTABLE IDS_SEND_MAIL, "Send Mail" }
+LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL + #define WINE_FILEDESCRIPTION_STR "Wine Messaging API" #define WINE_FILENAME_STR "mapi32.dll" #define WINE_FILEVERSION 1,0,0,0