misc cleanup/warning fixes
- Jul 05, 2023
-
-
Steve Lhomme authored8f3356f7
-
Steve Lhomme authored
Fixes a warning when using the integer variable to store the HINSTANCE. This code only makes sense when calling ShellExecuteW(), so we move the code in the same ifdef section.
48155b52 -
Steve Lhomme authored
We build for Win7+, the function is always there. And no need to define PROCESS_DEP_ENABLE. It's available in mingw-w64 since 4.0.
0767bc49
-