mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 23:36:23 -05:00
Insure that coverity locs number is aligned with result from lc.
This commit is contained in:
parent
d01649bf3a
commit
911b4cd402
2
Makefile
2
Makefile
@ -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 \
|
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
|
estruct.h mlout.h random.h region.h window.h defines.h
|
||||||
wrapper.o: wrapper.c wrapper.h
|
wrapper.o: wrapper.c wrapper.h
|
||||||
wscreen.o: wscreen.c
|
wscreen.o: wscreen.c wscreen.h
|
||||||
|
|
||||||
# DEPENDENCIES MUST END AT END OF FILE
|
# DEPENDENCIES MUST END AT END OF FILE
|
||||||
# IF YOU PUT STUFF HERE IT WILL GO AWAY
|
# IF YOU PUT STUFF HERE IT WILL GO AWAY
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/* wscreen.c -- windows screen console for MINGW32 */
|
/* wscreen.c -- windows screen console for MINGW32 */
|
||||||
#ifdef MINGW32
|
|
||||||
|
|
||||||
#include "wscreen.h"
|
#include "wscreen.h"
|
||||||
|
|
||||||
|
#ifdef MINGW32
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user