git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@62 0109f412-320b-0410-ab79-c3e0c5ffbbe6
11 lines
202 B
C
11 lines
202 B
C
#ifndef _W32ERR_H_
|
|
#define _W32ERR_H_
|
|
|
|
#ifndef EXTERN_DECL
|
|
#define EXTERN_DECL(entry, args) entry args
|
|
#endif
|
|
|
|
EXTERN_DECL(char * map_windows32_error_to_string, (DWORD error));
|
|
|
|
#endif /* !_W32ERR_H */
|