29 lines
314 B
C
29 lines
314 B
C
|
/*++
|
||
|
|
||
|
Copyright (c) 1990-1996 Microsoft Corporation
|
||
|
All rights reserved
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
winsplc.c
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Stub file to allow winspl_c.c to work with precompiled headers.
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Environment:
|
||
|
|
||
|
User Mode -Win32
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#include "precomp.h"
|
||
|
#pragma hdrstop
|
||
|
|
||
|
#include "winspl_c.c"
|
||
|
|