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.
31 lines
513 B
31 lines
513 B
/*++=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
|
|
|
Copyright (c) 1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
pch.cxx
|
|
|
|
Abstract:
|
|
|
|
Need this so the precompiled header will, umm, compile.
|
|
|
|
Author:
|
|
|
|
Paul M Midgen (pmidge) 24-July-2000
|
|
|
|
|
|
Revision History:
|
|
|
|
24-July-2000 pmidge
|
|
Created
|
|
|
|
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--*/
|
|
|
|
#include "common.h"
|
|
|
|
void foobar(void);
|
|
|
|
void foobar(void)
|
|
{
|
|
}
|