| 62 uic_toolbar_init(); |
62 uic_toolbar_init(); |
| 63 uic_load_app_properties(); |
63 uic_load_app_properties(); |
| 64 |
64 |
| 65 INITCOMMONCONTROLSEX icex = { |
65 INITCOMMONCONTROLSEX icex = { |
| 66 sizeof(icex), |
66 sizeof(icex), |
| 67 ICC_WIN95_CLASSES | ICC_LISTVIEW_CLASSES | ICC_TREEVIEW_CLASSES | ICC_BAR_CLASSES | ICC_TAB_CLASSES |
67 ICC_WIN95_CLASSES | ICC_LISTVIEW_CLASSES | ICC_TREEVIEW_CLASSES | ICC_BAR_CLASSES | ICC_TAB_CLASSES | ICC_STANDARD_CLASSES | ICC_USEREX_CLASSES |
| 68 }; |
68 }; |
| 69 InitCommonControlsEx(&icex); |
69 InitCommonControlsEx(&icex); |
| 70 |
70 |
| 71 SetProcessDpiAwarenessContext(DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2); |
71 SetProcessDpiAwarenessContext(DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2); |
| 72 |
72 |