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 / COMMDLG.H < prev    next >
C/C++ Source or Header  |  1993-06-30  |  215b  |  13 lines

  1. /* copyright 1993  - Symantec Corporation */
  2. /* wrapper for the two different commdlg.h */
  3.  
  4. #ifndef _INC_COMMDLG
  5.  
  6. #ifdef __NT__
  7. #include <win32\commdlg.h>
  8. #else
  9. #include <win16\commdlg.h>
  10. #endif
  11.  
  12. #endif
  13.