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.

32 lines
444 B

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. dummy.cxx
  5. Abstract:
  6. Dummy file for build so we can generate the precompiled header for the
  7. internet project
  8. Contents:
  9. Author:
  10. Richard L Firth (rfirth) 03-Feb-1995
  11. Revision History:
  12. 03-Feb-1995
  13. Created
  14. --*/
  15. #include "wininetp.h"
  16. void __cdecl main(int, char**);
  17. void __cdecl main(int argc, char** argv) {
  18. }