/*[]=====================================================================[]*/ /*[] LeadTools Run Time Library - Version 11 []*/ /*[] []*/ /*[] []*/ /*[] Copyright (c) 1991-2000 LEAD Technologies, Inc. []*/ /*[] All Rights Reserved. []*/ /*[] []*/ /*[] store.h []*/ /*[]=====================================================================[]*/ #ifndef _STORE_H_ #define _STORE_H_ #include #include "..\\..\\..\\include\\ltkrn.h" #include "..\\..\\..\\include\\ltdlg.h" #include "..\\..\\..\\include\\ltdic.h" #include "defines.h" #include "utils.h" #include "extern.h" L_VOID CStoreRequest(HWND hWnd); L_VOID SaveFile(HWND hWnd); #endif _STORE_H_