mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 01:19:16 +02:00
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:
parent
436265c148
commit
f8471c645c
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
|
||||
|
@ -96,7 +96,7 @@ type
|
||||
|
||||
implementation
|
||||
|
||||
{.$r win32wsextdlgs.rc}
|
||||
{$R *.res}
|
||||
|
||||
function OpenPictureDialogCallBack(hWnd: Handle; uMsg: UINT; wParam: WPARAM;
|
||||
lParam: LPARAM): UINT; stdcall;
|
||||
|
BIN
lcl/interfaces/win32/win32wsextdlgs.res
Normal file
BIN
lcl/interfaces/win32/win32wsextdlgs.res
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user