Changeset 1155 for trunk/ini.c
- Timestamp:
- Sep 5, 2008, 11:38:38 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ini.c
r907 r1155 17 17 18 18 #include "dll\fm3dll.h" 19 #include "dll\inis.h" // StartIniEditor 19 20 20 21 int main(int argc, char *argv[]) … … 31 32 if (hmq) { 32 33 if (InitFM3DLL(hab, argc, argv) && 33 34 35 36 37 38 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); 39 40 } 40 41 DosSleep(125L);
Note:
See TracChangeset
for help on using the changeset viewer.