source:
kBuild/trunk/src/gmake/w32/include/w32err.h@
298
Last change on this file since 298 was 53, checked in by , 21 years ago | |
---|---|
|
|
File size: 202 bytes |
Line | |
---|---|
1 | #ifndef _W32ERR_H_ |
2 | #define _W32ERR_H_ |
3 | |
4 | #ifndef EXTERN_DECL |
5 | #define EXTERN_DECL(entry, args) entry args |
6 | #endif |
7 | |
8 | EXTERN_DECL(char * map_windows32_error_to_string, (DWORD error)); |
9 | |
10 | #endif /* !_W32ERR_H */ |
Note:
See TracBrowser
for help on using the repository browser.