windows-nt/Source/XPSP1/NT/shell/osshell/lmui/shareui/dllmain.hxx

23 lines
500 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1995 - 1995.
//
// File: dllmain.hxx
//
// Contents:
//
// History: 15-Aug-95 BruceFo Created
//
//----------------------------------------------------------------------------
#ifndef __DLLMAIN_HXX__
#define __DLLMAIN_HXX__
VOID
OneTimeInit(
IN BOOL bDialog = FALSE // TRUE if for dialog API
);
#endif // __DLLMAIN_HXX__