Skip to content

Commit

Permalink
[EXPORTS:InvalidateRect] Fix for Solitare
Browse files Browse the repository at this point in the history
  • Loading branch information
dz333n committed Jun 26, 2019
1 parent dab4500 commit 3f4695a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion COREDLL/COREDLL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace COREDLL
#endif
BOOL ProgramErrorDialog(LPCWSTR Text);

BOOL __stdcall InvalidateRect_WCECL(HWND hWnd, const RECT *lpRect, BOOL bErase)
BOOL InvalidateRect_WCECL(HWND hWnd, const RECT *lpRect, BOOL bErase)
{
// Source: https://docs.microsoft.com/en-us/previous-versions/windows/embedded/ms909857(v%3Dmsdn.10)
// if hWnd == NULL function must do nothing and return false;
Expand Down

0 comments on commit 3f4695a

Please sign in to comment.