Changeset 907 for trunk/dll/droplist.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/droplist.c
r847 r907 24 24 ***********************************************************************/ 25 25 26 #include <string.h> 27 26 28 #define INCL_DOS 27 29 #define INCL_WIN 28 30 #define INCL_LONGLONG 29 #include <os2.h> 30 31 #include <stdio.h> 32 #include <stdlib.h> 33 #include <string.h> 34 #include <ctype.h> 35 31 32 #include "fm3str.h" 33 #include "errutil.h" // Dos_Error... 34 #include "strutil.h" // GetPString 36 35 #include "fm3dll.h" 37 #include "fm3str.h"38 36 39 37 static PSZ pszSrcFile = __FILE__; … … 501 499 FreeDragInfoData(hwndCnr, pDInfo); 502 500 503 // 02 Aug 07 SHL fixme to be gone someday or use Runtime_Error i sreally an error501 // 02 Aug 07 SHL fixme to be gone someday or use Runtime_Error if really an error 504 502 if (numfail || numok == 0) 505 503 DbgMsg(pszSrcFile, __LINE__, "calling FreeDragInfoData with %u ok, %u failed", numok, numfail);
Note:
See TracChangeset
for help on using the changeset viewer.