diff options
author | Mumit Khan <khan@@xraylith.wisc.edu> | 2000-03-30 06:10:11 +0000 |
---|---|---|
committer | Mumit Khan <khan@@xraylith.wisc.edu> | 2000-03-30 06:10:11 +0000 |
commit | 152e16e7980917c19991d018910d807687215002 (patch) | |
tree | 316969744dbcc399e5b0bb768d8a00ab96542834 /winsup/w32api/include/winerror.h | |
parent | f36f4868d1d9e16e9e8dd665c0b0d2e88c501ad9 (diff) | |
download | cygnal-152e16e7980917c19991d018910d807687215002.tar.gz cygnal-152e16e7980917c19991d018910d807687215002.tar.bz2 cygnal-152e16e7980917c19991d018910d807687215002.zip |
2000-03-30 Mumit Khan <khan@xraylith.wisc.edu>
* include/winbase.h (CreateHardLink{A,W}): Add prototypes.
* include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro.
* include/winnt.h (SEC_*): Add macros.
* lib/th32.def: Use Kernel32.dll instead of TH32.DLL.
Diffstat (limited to 'winsup/w32api/include/winerror.h')
-rw-r--r-- | winsup/w32api/include/winerror.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/w32api/include/winerror.h b/winsup/w32api/include/winerror.h index 46db8e4f8..e9392c2cf 100644 --- a/winsup/w32api/include/winerror.h +++ b/winsup/w32api/include/winerror.h @@ -282,6 +282,7 @@ #define ERROR_MAPPED_ALIGNMENT 1132L #define ERROR_SET_POWER_STATE_VETOED 1140L #define ERROR_SET_POWER_STATE_FAILED 1141L +#define ERROR_TOO_MANY_LINKS 1142L #define ERROR_OLD_WIN_VERSION 1150L #define ERROR_APP_WRONG_OS 1151L #define ERROR_SINGLE_INSTANCE_APP 1152L |