Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r1786 r1830 207 207 #include "excputil.h" // xbeginthread 208 208 #include "systemf.h" // runemf2 209 209 #if 0 210 #define __PMPRINTF__ 211 #include "PMPRINTF.H" 212 #endif 210 213 extern int _CRT_init(void); 211 214 extern void _CRT_term(void); … … 730 733 return FALSE; 731 734 } 732 735 #if 0 736 PmPrintfDisplayInterfaceVersionInfo(); 737 PmPrintfQueueNameThisProcess(NULL); 738 #endif 733 739 if (!*profile) 734 740 strcpy(profile, PCSZ_FM3DOTINI); -
trunk/dll/update.c
r1673 r1830 49 49 #include "misc.h" // PostMsg 50 50 #include "fortify.h" 51 #if 0 52 #define __PMPRINTF__ 53 #include "PMPRINTF.H" 54 #endif 51 55 52 56 static PSZ pszSrcFile = __FILE__;
Note:
See TracChangeset
for help on using the changeset viewer.