17 lines
328 B
C
17 lines
328 B
C
/****************************************************************************
|
|
|
|
Copyright (c) Microsoft Corporation 1997
|
|
All rights reserved
|
|
|
|
***************************************************************************/
|
|
|
|
|
|
#ifndef _NEWRB_H_
|
|
#define _NEWRB_H_
|
|
|
|
|
|
// Globals
|
|
extern HINSTANCE g_hinstance;
|
|
|
|
|
|
#endif // _NEWRB_H_
|