Leaked source code of windows server 2003
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.
|
|
#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; }
|