Windows2003-3790/inetcore/wininet/inc/dummy.cxx
2020-09-30 16:53:55 +02:00

33 lines
444 B
C++

/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
dummy.cxx
Abstract:
Dummy file for build so we can generate the precompiled header for the
internet project
Contents:
Author:
Richard L Firth (rfirth) 03-Feb-1995
Revision History:
03-Feb-1995
Created
--*/
#include "wininetp.h"
void __cdecl main(int, char**);
void __cdecl main(int argc, char** argv) {
}