Change resources from last language file used to LANG_NEUTRAL.
This commit is contained in:
parent
32f47b0648
commit
5dc5bf5d8a
|
@ -16,6 +16,8 @@
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
#define WINE_FILEVERSION_STR "1.0"
|
#define WINE_FILEVERSION_STR "1.0"
|
||||||
#define WINE_FILEDESCRIPTION_STR "Wine core dll"
|
#define WINE_FILEDESCRIPTION_STR "Wine core dll"
|
||||||
#define WINE_FILENAME_STR "user32.dll"
|
#define WINE_FILENAME_STR "user32.dll"
|
||||||
|
|
|
@ -39,6 +39,8 @@
|
||||||
|
|
||||||
/* do not add NLS specific stuff below that line */
|
/* do not add NLS specific stuff below that line */
|
||||||
|
|
||||||
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
CORE RCDATA
|
CORE RCDATA
|
||||||
BEGIN
|
BEGIN
|
||||||
"open\0", 0x00000803L, MCI_COMMAND_HEAD,
|
"open\0", 0x00000803L, MCI_COMMAND_HEAD,
|
||||||
|
|
Loading…
Reference in New Issue