Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 315 → Rev 316

/trunk/make_win.c
602,7 → 602,7
hLib = LoadLibraryA("UNICOWS.DLL");
if (!hLib) {
// This should not happen
alertuser(_strdup("To build standalone plugins using this version of\nWindows, you need to install UNICOWS.DLL\n\nPlease download it from the Internet\nand place it into your system directory"));
simplealert(_strdup("To build standalone plugins using this version of\nWindows, you need to install UNICOWS.DLL\n\nPlease download it from the Internet\nand place it into your system directory"));
free(dstname);
 
return false;