Changeset 753
- Timestamp:
- Aug 3, 2007, 11:43:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/viewinfs.c
r551 r753 1 #define INCL_DOS2 #define INCL_WIN3 1 4 #include <os2.h> 2 /*********************************************************************** 3 4 $Id$ 5 6 INF viewer applet 7 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2007 Steven H.Levine 10 11 03 Aug 07 SHL Minor cleanup 12 13 ***********************************************************************/ 14 5 15 #include <stdarg.h> 6 16 #include <stdio.h> … … 8 18 #include <string.h> 9 19 #include <ctype.h> 20 21 #define INCL_DOS // DosSleep 22 #define INCL_WIN 23 #include <os2.h> 24 10 25 #include "dll\fm3dll.h" 11 26 #include "dll\fm3dlg.h" … … 13 28 int main(int argc, char *argv[]) 14 29 { 15 16 30 HAB hab; 17 31 HMQ hmq; … … 28 42 VINF_FRAME, ((argc > 1) ? MPFROMP("") : MPVOID)); 29 43 } 30 DosSleep(250L); 31 Abort: 44 DosSleep(250); 32 45 WinDestroyMsgQueue(hmq); 33 46 }
Note:
See TracChangeset
for help on using the changeset viewer.