Changeset 33
- Timestamp:
 - Oct 17, 2002, 1:37:17 AM (23 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/dll/mainwnd.c (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/dll/mainwnd.c
r2 r33 1 2 /*********************************************************************** 3 4 $Id$ 5 6 Main window 7 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2001, 2002 Steven H.Levine 10 11 Revisions 11 Jun 02 SHL - Drop obsolete xor code 12 13 ***********************************************************************/ 14 1 15 #define INCL_DOS 2 16 #define INCL_WIN … … 15 29 #include "fm3str.h" 16 30 #include "tools.h" 17 #include "xor.h" 31 // #include "xor.h" // SHL 18 32 19 33 #pragma data_seg(DATA1) … … 39 53 40 54 extern TOOL *toolhead; 41 USHORT firsttool = 0; 42 static char *xrc = XORSTR;55 56 USHORT firsttool = 0; 43 57 44 58  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  