Commit 70fdc36d authored by Carlos Rivera's avatar Carlos Rivera Committed by Alexandre Julliard

kernel32: Remove obsolete comment.

parent 32c618b7
...@@ -1547,8 +1547,6 @@ UINT WINAPI GetPrivateProfileIntW( LPCWSTR section, LPCWSTR entry, ...@@ -1547,8 +1547,6 @@ UINT WINAPI GetPrivateProfileIntW( LPCWSTR section, LPCWSTR entry,
/*********************************************************************** /***********************************************************************
* GetPrivateProfileIntA (KERNEL32.@) * GetPrivateProfileIntA (KERNEL32.@)
*
* FIXME: rewrite using unicode
*/ */
UINT WINAPI GetPrivateProfileIntA( LPCSTR section, LPCSTR entry, UINT WINAPI GetPrivateProfileIntA( LPCSTR section, LPCSTR entry,
INT def_val, LPCSTR filename ) INT def_val, LPCSTR filename )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment