9a24fbe Fix a conflict between w32api's basetsd.h and jmorecfg.h

Authored and Committed by epienbro 13 years ago
    Fix a conflict between w32api's basetsd.h and jmorecfg.h
    
    There's a conflict between basetsd.h (w32api) and jmorecfg.h
    Both contain a definition for the data type INT32, but they're
    different from each other (signed int vs. long). Added a patch
    which makes the library use the data type signed int for INT32
    
        
file modified
+12 -1