home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windoware
/
WINDOWARE_1_6.iso
/
source
/
lvswin31
/
lvs_hard.hpp
< prev
next >
Wrap
C/C++ Source or Header
|
1992-02-05
|
478b
|
25 lines
/*
* LVS Windows
* The Window Class System
*
* Copyright 1991 (c), Lake View Software
* 4321 Harborough Rd.
* Columbus, OH 43220
* All rights reserved.
*/
// LVS_hard.hpp
#ifndef LVS_HARD_H
#define LVS_HARD_H
void Set_Handler ();
// Turn on handler. Only need to call once
int Check_Error ();
// Return 1 if user wishes to abort
// 0 to continue
#endif