From aef69443e766089b0d9ceaa2255959ee327396f0 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sun, 29 Apr 2018 14:21:31 +0200 Subject: Remove: WinCE support --- src/gamelog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gamelog.h') diff --git a/src/gamelog.h b/src/gamelog.h index 7f5b6a776..83694e3ea 100644 --- a/src/gamelog.h +++ b/src/gamelog.h @@ -38,7 +38,7 @@ void GamelogReset(); * @param s The string to print. */ typedef void GamelogPrintProc(const char *s); -void GamelogPrint(GamelogPrintProc *proc); // needed for WIN32 / WINCE crash.log +void GamelogPrint(GamelogPrintProc *proc); // needed for WIN32 crash.log void GamelogPrintDebug(int level); void GamelogPrintConsole(); -- cgit v1.2.3-54-g00ecf