Leaked source code of windows server 2003
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.

24 lines
632 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Forms
  4. // Copyright (C) Microsoft Corporation, 1992 - 1995.
  5. //
  6. // File: Common header file for the tlmunge application.
  7. //
  8. //----------------------------------------------------------------------------
  9. #define _OLEAUT32_
  10. #define INC_OLE2
  11. #define WIN32_LEAN_AND_MEAN
  12. #define _KERNEL32_
  13. #include <windows.h>
  14. #include <platform.h>
  15. #include <w4warn.h>
  16. #include <stdio.h>
  17. #include <stddef.h>
  18. #include <search.h>
  19. #include <string.h>
  20. // Allow assignment within conditional
  21. #pragma warning ( disable : 4706 )