Mercurial > msvpvf
diff src/main.c @ 13:a4e604789e2e
Multiple changes
Move non-required includes from common.h to CLI and fix GUI compatibility with MSVC
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 01 Feb 2022 21:01:29 -0500 |
parents | d2cd8c5672fa |
children | 8bcb6a2d3def |
line wrap: on
line diff
--- a/src/main.c Wed Jan 26 23:12:41 2022 -0500 +++ b/src/main.c Tue Feb 01 21:01:29 2022 -0500 @@ -1,13 +1,10 @@ -/* Movie Studio / Vegas Pro version spoofer - * by Paper -*/ - #include <inttypes.h> #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -#include "../include/common.h" +#include <unistd.h> +#include <getopt.h> #ifdef _MSC_VER #define strdup(p) _strdup(p) #endif