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.
 
 
 
 
 
 

23 lines
676 B

/*
* PRECOMP.C
*
* This file is used to precompile the OLE2UI.H header file
*
* Copyright (c)1992 Microsoft Corporation, All Right Reserved
*/
#define STRICT 1
#include "ole2ui.h"
// This dummy function is needed in order for the static link version
// of this library to work correctly. When we include PRECOMP.OBJ
// in our library (.LIB file), it will only get linked into our
// application IFF at least one function in precomp.c is called from
// either our EXE or LIB. Therefore, we will use a function
// here called OleUIStaticLibDummy(). You need to call it from
// your application.
void FAR PASCAL OleUIStaticLibDummy(void)
{
}