* include/ntdef.h: Add define for NTAPI.

This commit is contained in:
Corinna Vinschen 2000-10-02 09:09:38 +00:00
parent a26fb3150d
commit 7041211c58
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Mon Oct 2 10:56:00 2000 Corinna Vinschen <corinna@vinschen.de>
* include/ntdef.h: Add define for NTAPI.
Sun Oct 1 23:55:00 2000 Corinna Vinschen <corinna@vinschen.de>
* include/ipexport.h: Add missing `extern "C"' directives.

View File

@ -1,6 +1,8 @@
#ifndef _NTDEF_H_
#define _NTDEF_H_
#define NTAPI __stdcall
#define OBJ_INHERIT 2L
#define OBJ_PERMANENT 16L
#define OBJ_EXCLUSIVE 32L