Carlos Rivera : kernel32: Remove obsolete comment.

Alexandre Julliard julliard at winehq.org
Mon Aug 24 15:58:50 CDT 2020


Module: wine
Branch: master
Commit: 70fdc36d296b77d1d130761342778b3b636f00bd
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=70fdc36d296b77d1d130761342778b3b636f00bd

Author: Carlos Rivera <carlos at superkaos.org>
Date:   Sun Aug 23 19:01:01 2020 +0100

kernel32: Remove obsolete comment.

Signed-off-by: Carlos Rivera <carlos at superkaos.org>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/profile.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/kernel32/profile.c b/dlls/kernel32/profile.c
index bfaba6cdeb..8c03a45602 100644
--- a/dlls/kernel32/profile.c
+++ b/dlls/kernel32/profile.c
@@ -1547,8 +1547,6 @@ UINT WINAPI GetPrivateProfileIntW( LPCWSTR section, LPCWSTR entry,
 
 /***********************************************************************
  *           GetPrivateProfileIntA   (KERNEL32.@)
- *
- * FIXME: rewrite using unicode
  */
 UINT WINAPI GetPrivateProfileIntA( LPCSTR section, LPCSTR entry,
 				   INT def_val, LPCSTR filename )




More information about the wine-cvs mailing list