- User resource strings instead of constant strings for folder names.
[reactos.git] / reactos / lib / userenv / internal.h
index 9e62905..8f821fd 100644 (file)
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: internal.h,v 1.10 2004/10/03 09:27:22 ekohl Exp $ 
+/* $Id: internal.h,v 1.11 2004/10/08 11:52:30 ekohl Exp $ 
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS system libraries
@@ -106,6 +106,9 @@ BOOL
 UpdateUsersShellFolderSettings(LPCWSTR lpUserProfilePath,
                               HKEY hUserKey);
 
+/* userenv.c */
+extern HINSTANCE hInstance;
+
 #endif /* _INTERNAL_H */
 
 /* EOF */