18 lines
505 B
C
18 lines
505 B
C
/*******************************************************************************
|
|
* wcelib.h *
|
|
*------------*
|
|
* Description:
|
|
* This is the header file for WCE functions implementation.
|
|
*-------------------------------------------------------------------------------
|
|
* Creation Date: 08/14/98
|
|
* Copyright (C) 1998 Microsoft Corporation
|
|
* All Rights Reserved
|
|
*
|
|
*******************************************************************************/
|
|
#ifndef WCELIB_H
|
|
#define WCELIB_H
|
|
|
|
|
|
#endif //WCELIB_H
|
|
|