Changeset 1155 for trunk/ini.c


Ignore:
Timestamp:
Sep 5, 2008, 11:38:38 PM (17 years ago)
Author:
John Small
Message:

Ticket 187: Draft 1: Functions only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ini.c

    r907 r1155  
    1717
    1818#include "dll\fm3dll.h"
     19#include "dll\inis.h"                   // StartIniEditor
    1920
    2021int main(int argc, char *argv[])
     
    3132    if (hmq) {
    3233      if (InitFM3DLL(hab, argc, argv) &&
    33           ((hwndFrame =
    34             StartIniEditor(HWND_DESKTOP, argv[1], 0)) != (HWND) 0)) {
    35         if (hwndHelp)
    36           WinAssociateHelpInstance(hwndHelp, hwndFrame);
    37         while (WinGetMsg(hab, &qmsg, (HWND) 0, 0, 0))
    38           WinDispatchMsg(hab, &qmsg);
     34          ((hwndFrame =
     35            StartIniEditor(HWND_DESKTOP, argv[1], 0)) != (HWND) 0)) {
     36        if (hwndHelp)
     37          WinAssociateHelpInstance(hwndHelp, hwndFrame);
     38        while (WinGetMsg(hab, &qmsg, (HWND) 0, 0, 0))
     39          WinDispatchMsg(hab, &qmsg);
    3940      }
    4041      DosSleep(125L);
Note: See TracChangeset for help on using the changeset viewer.