1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-07 06:22:47 -05:00

Implement a much more visually appealing, but much more internally

grotty, hack to get around Explorer maximising the config box.

[originally from svn r707]
This commit is contained in:
Simon Tatham
2000-10-12 12:56:33 +00:00
parent 3e83d75154
commit e67f143e61
3 changed files with 28 additions and 0 deletions

View File

@ -126,6 +126,10 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show) {
InitCommonControls();
/* Ensure a Maximize setting in Explorer doesn't maximise the
* config box. */
defuse_showwindow();
/*
* Process the command line.
*/