]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Windows: netidmgr_plugin must include afsconfig.h
authorJeffrey Altman <jaltman@your-file-system.com>
Wed, 12 May 2010 14:25:01 +0000 (10:25 -0400)
committerJeffrey Altman <jaltman@openafs.org>
Wed, 12 May 2010 14:30:07 +0000 (07:30 -0700)
commit135042cd8c1beee7c045ce3b0b86272bf85a5464
tree87cb2f76ac0263a3eff0950873bff5a031dc7f1e
parent54f66f3722a6ddc0c35f5ab509c317f7278c0373
Windows: netidmgr_plugin must include afsconfig.h

In order to properly use afs headers afsconfig.h must
be included first in afsfuncs.c.  Update the makefile
to specify the correct include paths.

Since this results in the afs assert.h being used,
we must include the lib file that includes the
AssertionFailed function.

LICENSE MIT

Change-Id: I46f76410ea16eeffeb8406ef4e89120a3255366a
Reviewed-on: http://gerrit.openafs.org/1954
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/netidmgr_plugin/NTMakefile
src/WINNT/netidmgr_plugin/afsfuncs.c