home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / win3 / patches / symantec / rtlinc.exe / DLGS.H < prev    next >
C/C++ Source or Header  |  1993-06-30  |  283b  |  19 lines

  1. /* copyright 1993  - Symantec Corporation */
  2. /* wrapper for the two different dlgs.h */
  3.  
  4. #ifdef __NT__
  5.  
  6. #ifndef _DLGSH_INCLUDED_
  7. #pragma pack(__DEFALIGN)
  8. #include <win32\dlgs.h>
  9. #pragma pack()
  10. #endif
  11.  
  12. #else
  13.  
  14. #ifndef _INC_DLGS
  15. #include <win16\dlgs.h>
  16. #endif
  17.  
  18. #endif
  19.