14 lines
335 B
C
14 lines
335 B
C
|
/******************************Module*Header*******************************\
|
||
|
* Module Name: demo.hxx
|
||
|
*
|
||
|
* Copyright (c) 1997 Microsoft Corporation
|
||
|
*
|
||
|
\**************************************************************************/
|
||
|
|
||
|
#ifndef __uidemo_h__
|
||
|
#define __uidemo_h__
|
||
|
|
||
|
extern int Run3DLogon( HINSTANCE hInst );
|
||
|
|
||
|
#endif // __uidemo_h__
|