Skip to content

Commit 126e7db

Browse files
committed
peview: Remove unused win10 sets support
1 parent 5ce94f2 commit 126e7db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/peview/prpsh.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ INT CALLBACK PvpPropSheetProc(
158158
PhSetWindowContext(hwndDlg, UCHAR_MAX, context);
159159
SetWindowLongPtr(hwndDlg, GWLP_WNDPROC, (LONG_PTR)PvpPropSheetWndProc);
160160

161-
// HACK HACK HACK
162-
if (WindowsVersion >= WINDOWS_10_RS3)
163-
PhSetWindowStyle(hwndDlg, WS_POPUP, 0);
164-
165161
if (MinimumSize.left == -1)
166162
{
167163
RECT rect;

0 commit comments

Comments
 (0)