Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
2.1 KiB

  1. /****************************************************************************/
  2. /* */
  3. /* ddcgmcro.h */
  4. /* */
  5. /* DC-Groupware common macros - Windows 3.1 specific header. */
  6. /* */
  7. /* Copyright(c) Microsoft 1997 */
  8. /* */
  9. /****************************************************************************/
  10. /* Changes: */
  11. /* */
  12. /* $Log: Y:/logs/h/dcl/ddcgmcro.h_v $ */
  13. //
  14. // Rev 1.3 17 Jul 1997 18:22:10 JPB
  15. // SFR1031: Fixed FIELDSIZE macro for Win16
  16. //
  17. // Rev 1.2 25 Jun 1997 14:43:28 KH
  18. // Win16Port: 16-bit macros
  19. //
  20. // Rev 1.1 19 Jun 1997 15:15:58 ENH
  21. // Win16Port: 16 bit specifics
  22. /* */
  23. /****************************************************************************/
  24. #ifndef _H_DDCGMCRO
  25. #define _H_DDCGMCRO
  26. /****************************************************************************/
  27. /* */
  28. /* MACROS */
  29. /* */
  30. /****************************************************************************/
  31. /****************************************************************************/
  32. /* Fieldsize macro. */
  33. /****************************************************************************/
  34. #define FIELDSIZE(type, field) (sizeof(((type NEAR*)1)->field))
  35. #endif /* _H_DDCGMCRO */