mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:15:58 +00:00
[REACTOS] Fix a number of Get/SetWindowsLong*Ptr* issues and use GWLP_* instead of GWL_* where appropriate.
This commit is contained in:
parent
173971d947
commit
d281d14fd1
25 changed files with 118 additions and 118 deletions
|
@ -153,8 +153,8 @@ bool SetIcon(HWND hConsoleWindow, HANDLE hIcon, LPARAM *pOldBIcon, LPARAM *pOldS
|
|||
#else
|
||||
// load the icon from the resource file -crn@ozemail.com.au 16/12/98
|
||||
if(!hIcon) {
|
||||
hIcon = LoadIcon ((HANDLE)GetWindowLongPtr(hConsoleWindow,
|
||||
GWL_HINSTANCE), "TELNETICON");
|
||||
hIcon = LoadIcon((HANDLE)GetWindowLongPtr(hConsoleWindow,
|
||||
GWLP_HINSTANCE), "TELNETICON");
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue