mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix the "intl_new" build (add an "rsrc.rc" file)
svn path=/trunk/; revision=27463
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include <windows.h>
|
||||
#include "resource.h"
|
||||
|
||||
/* Language-specific resources */
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/fr-FR.rc"
|
||||
#include "lang/id-ID.rc"
|
||||
#include "lang/it-IT.rc"
|
||||
#include "lang/pl-PL.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
Reference in New Issue
Block a user