* include/userenv.h: New header file.

* lib/userenv.def: New stub for userenv.dll.
This commit is contained in:
Corinna Vinschen
2000-08-08 20:00:35 +00:00
parent befe0fb3e1
commit 5678e1954a
3 changed files with 69 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
LIBRARY USERENV.dll
EXPORTS
LoadUserProfileA@8
LoadUserProfileW@8
UnloadUserProfile@8
GetProfilesDirectoryA@8
GetProfilesDirectoryW@8
GetUserProfileDirectoryA@12
GetUserProfileDirectoryW@12
CreateEnvironmentBlock@12
DestroyEnvironmentBlock@4