* Slap *some* sense into our header inclusions.
[reactos.git] / reactos / base / applications / network / wlanconf / wlanconf.rc
1 #include <windef.h>
2
3 #include "resource.h"
4
5 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
6
7 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS WLAN Configuration Tool\0"
8 #define REACTOS_STR_INTERNAL_NAME "wlanconf\0"
9 #define REACTOS_STR_ORIGINAL_FILENAME "wlanconf.exe\0"
10 #define REACTOS_STR_ORIGINAL_COPYRIGHT "Cameron Gutman (cameron.gutman@reactos.org)\0"
11 #include <reactos/version.rc>
12
13 // UTF-8
14 #pragma code_page(65001)
15 #ifdef LANGUAGE_EN_US
16 #include "lang/en-US.rc"
17 #endif