diff --git a/desmume/src/windows/File_Extractor/fex/blargg_config.h b/desmume/src/windows/File_Extractor/fex/blargg_config.h index 8ec5b87c8..79e621b2c 100644 --- a/desmume/src/windows/File_Extractor/fex/blargg_config.h +++ b/desmume/src/windows/File_Extractor/fex/blargg_config.h @@ -27,7 +27,8 @@ fex_zip_type, */ -#define HAVE_STDINT_H +//old (any?) msvc doesnt have stdint.h so this better not be here. +//#define HAVE_STDINT_H // Use standard config.h if present #ifdef HAVE_CONFIG_H