Changeset 1830 for trunk/dll/init.c
- Timestamp:
- Jul 13, 2015, 12:03:05 AM (10 years ago)
- File:
-
- 1 edited
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);
Note:
See TracChangeset
for help on using the changeset viewer.