Mercurial > msvpvf
comparison src/main.c @ 81:c06dcab17923 v2.1
*: change license to BSD, update README for Unicode
src/gui: use tchar.h for unicode instead of our own macros
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Fri, 22 Mar 2024 22:04:16 -0400 |
parents | 8f90d5addda9 |
children | 1acd477da42f |
comparison
equal
deleted
inserted
replaced
80:719570851563 | 81:c06dcab17923 |
---|---|
1 #include <stdio.h> | 1 #include <stdio.h> |
2 #include <stdint.h> | 2 #include <stdint.h> |
3 #include <stdlib.h> | 3 #include <stdlib.h> |
4 #include <string.h> | 4 #include <string.h> |
5 //#include <unistd.h> | 5 |
6 #include <getopt.h> | 6 #include <getopt.h> |
7 #include <libgen.h> | 7 #include <libgen.h> |
8 | 8 |
9 #include "common.h" | 9 #include "common.h" |
10 | 10 |