fix bug compiling in old visual studios due to mistaken use of stdint.h. we could add stdint.h if we need to but fex compiles fine without it

This commit is contained in:
zeromus 2012-08-27 16:45:04 +00:00
parent 671b1a95f1
commit 38778e34e5
1 changed files with 2 additions and 1 deletions

View File

@ -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