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
32 lines
444 B
/*++
|
|
|
|
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) {
|
|
}
|