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 / WINDOWSX.H < prev   
Text File  |  1993-08-01  |  227b  |  11 lines

  1. /* copyright 1993  - Symantec Corporation */
  2. /* wrapper for the two different windowsx.h */
  3.  
  4. #ifdef __NT__
  5. #pragma pack(__DEFALIGN)
  6. #include <win32\windowsx.h>
  7. #pragma pack()
  8. #else
  9. #include <win16\windowsx.h>
  10. #endif
  11.