win32: restore ocasional resource removal by Dmitry, replace rc resource usage by res - maybe it is better for cross-compilation (fixes bug #0015620)

git-svn-id: trunk@23583 -
This commit is contained in:
paul 2010-01-29 02:15:50 +00:00
parent 436265c148
commit f8471c645c
3 changed files with 2 additions and 1 deletions

1
.gitattributes vendored
View File

@ -4734,6 +4734,7 @@ lcl/interfaces/win32/win32wseditbtn.pp svneol=native#text/pascal
lcl/interfaces/win32/win32wsextctrls.pp svneol=native#text/pascal
lcl/interfaces/win32/win32wsextdlgs.pp svneol=native#text/pascal
lcl/interfaces/win32/win32wsextdlgs.rc svneol=CRLF#text/plain eol=crlf
lcl/interfaces/win32/win32wsextdlgs.res -text
lcl/interfaces/win32/win32wsfactory.pas svneol=native#text/pascal
lcl/interfaces/win32/win32wsfilectrl.pp svneol=native#text/pascal
lcl/interfaces/win32/win32wsforms.pp svneol=native#text/pascal

View File

@ -96,7 +96,7 @@ type
implementation
{.$r win32wsextdlgs.rc}
{$R *.res}
function OpenPictureDialogCallBack(hWnd: Handle; uMsg: UINT; wParam: WPARAM;
lParam: LPARAM): UINT; stdcall;

Binary file not shown.