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:
parent
671b1a95f1
commit
38778e34e5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue