mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
25 lines
652 B
Text
25 lines
652 B
Text
#include <windows.h>
|
|
#include <commctrl.h>
|
|
#include "resource.h"
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "IP Configuration utility\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "ipconfig\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "ipconfig.exe\0"
|
|
#define REACTOS_STR_ORIGINAL_COPYRIGHT "Ged Murphy <gedmurphy@gmail.com>\0"
|
|
#include <reactos/version.rc>
|
|
|
|
#include "lang/bg-BG.rc"
|
|
#include "lang/de-DE.rc"
|
|
#include "lang/en-US.rc"
|
|
#include "lang/es-ES.rc"
|
|
#include "lang/fr-FR.rc"
|
|
#include "lang/id-ID.rc"
|
|
#include "lang/it-IT.rc"
|
|
#include "lang/no-NO.rc"
|
|
#include "lang/pl-PL.rc"
|
|
#include "lang/ru-RU.rc"
|
|
#include "lang/sk-SK.rc"
|
|
#include "lang/uk-UA.rc"
|
|
|
|
|
|
|