Changeset 907 for trunk/fm3.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fm3.c
r551 r907 1 2 /*********************************************************************** 3 4 $Id$ 5 6 fm/2 starter 7 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2008 Steven H.Levine 10 11 05 Jan 08 SHL Sync 12 13 ***********************************************************************/ 14 15 #include <string.h> 16 1 17 #define INCL_DOS 2 18 #define INCL_WIN 19 #define INCL_LONGLONG 3 20 4 #include <os2.h>5 #include <stdarg.h>6 #include <stdio.h>7 #include <stdlib.h>8 #include <string.h>9 #include <ctype.h>10 #include <direct.h>11 #include "dll\fm3dll.h"12 21 #include "dll\tools.h" 13 22 #include "dll\version.h" 23 #include "dll\fm3dll.h" 14 24 15 25 int main(int argc, char *argv[]) 16 26 { 17 18 27 HAB hab; 19 28 HMQ hmq;
Note:
See TracChangeset
for help on using the changeset viewer.