reg: Corrected #include statement for translations to work.
This commit is contained in:
parent
9ba2395aba
commit
6e08a877c1
|
@ -18,8 +18,9 @@
|
|||
|
||||
#include <windef.h>
|
||||
|
||||
#include <reg.h>
|
||||
#include "reg.h"
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
#include "En.rc"
|
||||
#include "Nl.rc"
|
||||
|
|
Loading…
Reference in New Issue