home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / packages / powertcp.exe / COMMON.H_ / COMMON.bin
Encoding:
Text File  |  1995-02-17  |  372 b   |  12 lines

  1. // common.h
  2. //
  3. // common header files that are precompiled as saved for all PowerTCP components...
  4. //
  5.  
  6. #pragma warning (disable:4100 4355 4699 4706)
  7. #define STRICT  
  8. #include <windows.h>   
  9. #include <stdio.h>     // for size_t
  10. #include <windowsx.h> // for all _f* functions in windows NT
  11. // #include "..\include\strings.h" // for our string manipulation functions
  12.