33 lines
412 B
C++
33 lines
412 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) {
|
|
}
|