we now have an implementation of nsIUserInfo for windows.

only GetUsername is implemented.


git-svn-id: svn://10.0.0.236/trunk@62721 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
2000-03-12 11:49:28 +00:00
parent f6963679fd
commit 4114f9fc66
4 changed files with 40 additions and 30 deletions

View File

@@ -47,8 +47,8 @@
#include "nsDialogParamBlock.h"
#include "nsFileLocations.h"
/* right now, only unix has user info, but mac and windows implementations are coming soon */
#ifdef XP_UNIX
/* right now, only unix and windows have implementations of nsIUserInfo. mac is coming soon. */
#if defined(XP_UNIX) || defined(XP_PC)
#define HAVE_USER_INFO 1
#endif /* XP_UNIX */