Skip to content

Commit

Permalink
[WLANWIZ] Cleanup to satisfy BuildBot
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Orekhov committed Aug 16, 2024
1 parent 45ede25 commit 3e574cd
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 11 deletions.
12 changes: 6 additions & 6 deletions dll/shellext/wlanwiz/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ spec2def(wlanwiz.dll wlanwiz.spec ADD_IMPORTLIB)

list(APPEND SOURCE
wlanwiz.cpp
wlanwiz_advsettings.cpp
wlanwiz_draw.cpp
wlanwiz_keyb.cpp
wlanwiz_scan.cpp
wlanwiz_subclassproc_lb.cpp
wlanwiz_subclassproc_btngb.cpp)
advsettings.cpp
draw.cpp
keyb.cpp
scan.cpp
subclassproc_lb.cpp
subclassproc_btngb.cpp)

file(GLOB wlanwiz_rc_deps res/*.*)
add_rc_deps(wlanwiz.rc ${wlanwiz_rc_deps})
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 1 addition & 4 deletions dll/shellext/wlanwiz/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,15 @@
#include <shlwapi.h>
#include <wlanapi.h>
#include <vssym32.h>

#ifdef __REACTOS__
#include <cguid.h>
#include <CommCtrl.h>
#include <shellapi.h>
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <wingdi.h>
#endif

#include <Uxtheme.h>
#include <uxtheme.h>

#include "resource.h"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 7 additions & 1 deletion dll/shellext/wlanwiz/wlanwiz.rc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ IDI_WLANWIZ_ADVANCED_SETTINGS ICON "res/advanced_settings.ico"
/* UTF-8 */
#pragma code_page(65001)

/*
#ifdef LANGUAGE_BG_BG
#include "lang/bg-BG.rc"
#endif
Expand All @@ -50,9 +51,11 @@ IDI_WLANWIZ_ADVANCED_SETTINGS ICON "res/advanced_settings.ico"
#ifdef LANGUAGE_EL_GR
#include "lang/el-GR.rc"
#endif
*/
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif
/*
#ifdef LANGUAGE_ES_ES
#include "lang/es-ES.rc"
#endif
Expand Down Expand Up @@ -92,9 +95,11 @@ IDI_WLANWIZ_ADVANCED_SETTINGS ICON "res/advanced_settings.ico"
#ifdef LANGUAGE_RO_RO
#include "lang/ro-RO.rc"
#endif
*/
#ifdef LANGUAGE_RU_RU
#include "lang/ru-RU.rc"
#endif
/*
#ifdef LANGUAGE_SK_SK
#include "lang/sk-SK.rc"
#endif
Expand All @@ -118,4 +123,5 @@ IDI_WLANWIZ_ADVANCED_SETTINGS ICON "res/advanced_settings.ico"
#endif
#ifdef LANGUAGE_ZH_TW
#include "lang/zh-TW.rc"
#endif
#endif
*/

0 comments on commit 3e574cd

Please sign in to comment.