update for HEAD-2003091401
[reactos.git] / lib / user32 / misc / resources.c
index 5e93586..3b6cc74 100644 (file)
@@ -35,10 +35,10 @@ BOOL STDCALL _InternalLoadString
   (actual resource ids) start from 1. See (1) and (2)
  */
  /* TODO: some sort of cache, here, would be great */
- hrsStringTable = FindResource
+ hrsStringTable = FindResourceW
  (
   (HMODULE)hInstance,
-  MAKEINTRESOURCE((uID / 16) + 1), /* (2) */
+  MAKEINTRESOURCEW((uID / 16) + 1), /* (2) */
   RT_STRING
  );
 
@@ -87,6 +87,10 @@ BOOL STDCALL _InternalLoadString
  return TRUE;
 }
 
+
+/*
+ * @implemented
+ */
 int STDCALL LoadStringA
 (
  HINSTANCE hInstance,
@@ -155,6 +159,10 @@ int STDCALL LoadStringA
  }
 }
 
+
+/*
+ * @implemented
+ */
 int STDCALL LoadStringW
 (
  HINSTANCE hInstance,