Stimfit @PACKAGE_VERSION@
Loading...
Searching...
No Matches
atfutil.h
Go to the documentation of this file.
1/****************************************************************************\
2* *
3* Written 1990 - 1995 by AXON Instruments Inc. *
4* *
5* This file is not protected by copyright. You are free to use, modify *
6* and copy the code in this file. *
7* *
8\****************************************************************************/
9//
10// HEADER: ATFUTIL.H Prototypes for functions in ATFUTIL.CPP
11// AUTHOR: BHI Feb 1995
12
13#ifndef __ATFUTIL_H__
14#define __ATFUTIL_H__
15
16#if !defined(_WINDOWS) || defined(__MINGW32__)
17int LoadString( HINSTANCE hInstance, int nErrorNum, char *sTxtBuf, UINT uMaxLen);
18#endif
19
21
22#if defined(_WINDOWS) && !defined(__MINGW32__)
24#endif
25
26#endif
HINSTANCE g_hInstance
HANDLE HINSTANCE
Definition unix.h:137
unsigned int UINT
Definition unix.h:47