Fixed the build in Linux (Prompts instead of prompts). How many times am I gonna fall into that trap? :P

This commit is contained in:
e.bovendeur 2009-12-04 22:39:29 +00:00
parent 9e1aaaabd4
commit ab25485614

View File

@ -207,7 +207,7 @@ bool Sys_IsHermes() {
return IOS_GetVersion() == 222 || IOS_GetVersion() == 223;
}
#include "Prompts/PromptWindows.h"
#include "prompts/PromptWindows.h"
void ShowMemInfo() {
char buf[255];