Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Interface/Win32.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ use Plugins;
use Globals;
use Settings;
use Misc;
use Translation qw(T TF);

use Win32::GUI;
use Win32::GUI::Constants qw(WS_CHILD WS_VISIBLE WS_VSCROLL ES_LEFT ES_MULTILINE ES_READONLY ES_AUTOVSCROLL MB_OK MB_ICONERROR);
Expand Down
Loading