Remove unnecessary program-specific references in pstypes.h

This commit is contained in:
Kp 2013-03-03 01:01:28 +00:00
parent a4068234b4
commit d920420cf6

View file

@ -90,16 +90,12 @@ defined(__LITTLE_ENDIAN__) // from physfs_internal.h
# pragma options align=packed
# define __pack__
#else
# error d1x will not work without packed structures
# error "This program will not work without packed structures"
#endif
#ifdef _MSC_VER
# define inline __inline
#endif
#ifndef PACKAGE_STRING
# define PACKAGE_STRING "d1x"
#endif
#endif //_TYPES_H