Fixed comment
This commit is contained in:
parent
0294f4995c
commit
1aececb96e
3
main.c
3
main.c
|
@ -20,7 +20,8 @@
|
||||||
#include "about.h"
|
#include "about.h"
|
||||||
#include "str.h"
|
#include "str.h"
|
||||||
#include "cfg.h"
|
#include "cfg.h"
|
||||||
// Because this program is currently target at Windows only, the use of ANSI colors are no longer used as of May 5, 2020.
|
|
||||||
|
// Because this program is currently targeted at Windows only, the use of ANSI colors are no longer used as of May 5, 2020.
|
||||||
// #include "colors.h"
|
// #include "colors.h"
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
Reference in New Issue