Changeset 907 for trunk/dll/findrec.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/findrec.c
r793 r907 13 13 ***********************************************************************/ 14 14 15 # define INCL_WIN15 #include <string.h> 16 16 17 #include <os2.h> 18 #include <stdarg.h> 19 #include <stdio.h> 20 #include <stdlib.h> 21 #include <string.h> 17 #define INCL_LONGLONG // dircnrs.h 18 22 19 #include "fm3dll.h" 23 20 … … 25 22 BOOL partial, BOOL partmatch, BOOL noenv) 26 23 { 27 28 24 SEARCHSTRING srch; 29 25 PCNRITEM pci;
Note:
See TracChangeset
for help on using the changeset viewer.