X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fconfig.h;h=340cc2f9d3c532030ee42c18ab269a9905b1d471;hb=4e8f764b4181100fd15e36024583cb7b064d10e8;hp=362e4a4c654769f25ac2efbfd54955afad828605;hpb=202b29d49ef4a60bb3d616be9a26685e756dbaa4;p=pcsx_rearmed.git diff --git a/include/config.h b/include/config.h index 362e4a4c..340cc2f9 100644 --- a/include/config.h +++ b/include/config.h @@ -1,2 +1,7 @@ +#ifndef __CONFIG_H__ +#define __CONFIG_H__ + #define MAXPATHLEN 256 #define PCSX_VERSION "1.9" + +#endif /* __CONFIG_H__ */