windows-nt/Source/XPSP1/NT/printscan/wia/setup/wiatwain/wiatwain.cpp

25 lines
566 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
/*******************************************************************************
*
* (C) COPYRIGHT MICROSOFT CORP., 2000
*
* TITLE: wiatwain.cpp
*
* VERSION: 1.0
*
* DATE: 1 August, 2000
*
* AUTHOR: Cooper Partin (coopp)
*
* DESCRIPTION:
* Main module, for the "real" fake TWAIN data source wiatwain.ds
*
*******************************************************************************/
BOOL APIENTRY DllMain(HMODULE hModule, DWORD dwreason, LPVOID lpReserved)
{
return TRUE;
}