29 lines
356 B
C
29 lines
356 B
C
/*++
|
|
|
|
Copyright (c) 1990-2000 Microsoft Corporation
|
|
All rights reserved
|
|
|
|
Module Name:
|
|
splwow64c.c
|
|
|
|
Abstract:
|
|
|
|
Stub file to allow splwow64_c.c to work with precompiled headers.
|
|
|
|
Author:
|
|
Khaled Sedky 18 January 2000
|
|
|
|
Environment:
|
|
|
|
User Mode -Win32
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#include "precomp.h"
|
|
#pragma hdrstop
|
|
|
|
#include "splwow64_c.c"
|
|
|