OpenAFS CVS Commit: openafs/src/WINNT/client_creds by jaltman
cvs@GRAND.CENTRAL.ORG
cvs@GRAND.CENTRAL.ORG
Wed, 06 Jul 2005 20:29:13 EDT
Update of /cvs/openafs/src/WINNT/client_creds
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-1-4/src/WINNT/client_creds
Modified Files:
Tag: openafs-stable-1_4_x
creds.cpp credstab.cpp shortcut.cpp window.cpp
Log Message:
DELTA STABLE14-windows-vs2005b2-20050706
AUTHOR jaltman@secure-endpoints.com
Visual Studio 2005 Beta 2 has been released. As part of this
release Microsoft has tightened the rules for their C++ compliance.
* no longer can a variable declared in a for() statement be used
outside of the associated command block
* no longer can a function or variable be declared implicitly as
'int'
* several types such as size_t have become 64-bit values on all platforms
* due to type changes the C++ function names in libraries have changed.
This requires the use of different .DEF file export lists
--- DELTA config for openafs-stable-1_4_x follows ---
STABLE14-windows-vs2005b2-20050706 openafs/src/WINNT/client_creds/creds.cpp 1.11.2.2 1.11.2.3
STABLE14-windows-vs2005b2-20050706 openafs/src/WINNT/client_creds/credstab.cpp 1.5.2.1 1.5.2.2
STABLE14-windows-vs2005b2-20050706 openafs/src/WINNT/client_creds/shortcut.cpp 1.8.2.1 1.8.2.2
STABLE14-windows-vs2005b2-20050706 openafs/src/WINNT/client_creds/window.cpp 1.11.2.1 1.11.2.2