The R Project SVN R

Rev

Rev 42521 | Rev 43328 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 42521 Rev 42641
Line 157... Line 157...
157
	GetModuleFileName(Instance, exename, sizeof(exename));
157
	GetModuleFileName(Instance, exename, sizeof(exename));
158
	GetFileTitle(exename, title, sizeof(title));
158
	GetFileTitle(exename, title, sizeof(title));
159
	setappname(title);
159
	setappname(title);
160
}
160
}
161
 
161
 
-
 
162
#if 0
162
/*
163
/*
163
 *  Special function for making printf work on Windows systems.
164
 *  Special function for making printf work on Windows systems.
164
 *  This function is never called, it merely tricks the compiler into
165
 *  This function is never called, it merely tricks the compiler into
165
 *  including printf and scanf support.
166
 *  including printf and scanf support.
166
 */
167
 */
Line 172... Line 173...
172
 		#endif
173
 		#endif
173
 	#else
174
 	#else
174
 	printf(" ");
175
 	printf(" ");
175
 	#endif
176
 	#endif
176
}
177
}
-
 
178
#endif
177
 
179
 
178
/*
180
/*
179
 *  The main Windows entry point is the WinMain function.
181
 *  The main Windows entry point is the WinMain function.
180
 */
182
 */
181
 
183