Module: wine Branch: master Commit: 70fdc36d296b77d1d130761342778b3b636f00bd URL: https://source.winehq.org/git/wine.git/?a=commit;h=70fdc36d296b77d1d13076134...
Author: Carlos Rivera carlos@superkaos.org Date: Sun Aug 23 19:01:01 2020 +0100
kernel32: Remove obsolete comment.
Signed-off-by: Carlos Rivera carlos@superkaos.org Signed-off-by: Alexandre Julliard julliard@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 )