Insure that coverity locs number is aligned with result from lc.

This commit is contained in:
Renaud 2015-03-17 17:14:43 +08:00
parent d01649bf3a
commit 911b4cd402
2 changed files with 3 additions and 3 deletions

View File

@ -197,7 +197,7 @@ window.o: window.c window.h defines.h buffer.h crypt.h line.h retcode.h \
word.o: word.c word.h basic.h buffer.h crypt.h line.h retcode.h utf8.h \
estruct.h mlout.h random.h region.h window.h defines.h
wrapper.o: wrapper.c wrapper.h
wscreen.o: wscreen.c
wscreen.o: wscreen.c wscreen.h
# DEPENDENCIES MUST END AT END OF FILE
# IF YOU PUT STUFF HERE IT WILL GO AWAY

View File

@ -1,8 +1,8 @@
/* wscreen.c -- windows screen console for MINGW32 */
#ifdef MINGW32
#include "wscreen.h"
#ifdef MINGW32
#include <windows.h>
#include <stdlib.h>
#include <stdio.h>