Added names to standard critical sections (suggested by Andreas
Mohr).

diff --git a/files/profile.c b/files/profile.c
index f984058a..c20fbb5 100644
--- a/files/profile.c
+++ b/files/profile.c
@@ -79,7 +79,7 @@
 
 static const WCHAR wininiW[] = { 'w','i','n','.','i','n','i',0 };
 
-static CRITICAL_SECTION PROFILE_CritSect = CRITICAL_SECTION_INIT;
+static CRITICAL_SECTION PROFILE_CritSect = CRITICAL_SECTION_INIT("PROFILE_CritSect");
 
 static const char hex[16] = "0123456789ABCDEF";