HMISTD.H 762 B

1234567891011121314151617181920212223242526272829
  1. /****************************************************************************
  2. *
  3. * File : hmistd.h
  4. * Date Created : 1/3/95
  5. * Description : header file for standard includes
  6. *
  7. * Programmer(s) : Nick Skrepetos
  8. * Last Modification : 1/3/95 - 7:20:25 PM
  9. * Additional Notes :
  10. *
  11. *****************************************************************************
  12. * Copyright (c) 1994, HMI, Inc. All Rights Reserved *
  13. ****************************************************************************/
  14. #ifndef _HMI_STANDARD
  15. #define _HMI_STANDARD
  16. // additional typedefs
  17. typedef short SHORT;
  18. typedef unsigned short USHORT;
  19. typedef int INT;
  20. // include other includes
  21. #include "sosdefs.h"
  22. #endif