Changeset 21916 for trunk/src/user32/pmwindow.cpp
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/user32/pmwindow.cpp
r21556 r21916 32 32 #include <wprocess.h> 33 33 #include <dbglog.h> 34 #include <win32wbase.h>35 #include <win32wfake.h>36 #include <win32dlg.h>34 #include "win32wbase.h" 35 #include "win32wfake.h" 36 #include "win32dlg.h" 37 37 #include "win32wdesktop.h" 38 38 #include "pmwindow.h" … … 57 57 #include <oslibdnd.h> 58 58 #include <custombuild.h> 59 #include <win \dbt.h>59 #include <win/dbt.h> 60 60 #include "dragdrop.h" 61 61 #include "menu.h" … … 257 257 HDC hdc; /* Device-context handle */ 258 258 /* context data structure */ 259 DEVOPENSTRUC dop = {NULL, "DISPLAY", NULL, NULL, NULL, NULL,259 DEVOPENSTRUC dop = {NULL, (PSZ)"DISPLAY", NULL, NULL, NULL, NULL, 260 260 NULL, NULL, NULL}; 261 261 … … 328 328 HMODULE hModDisplay; 329 329 HDC hdc; /* Device-context handle */ 330 DEVOPENSTRUC dop = {NULL, "DISPLAY", NULL, NULL, NULL, NULL,330 DEVOPENSTRUC dop = {NULL, (PSZ)"DISPLAY", NULL, NULL, NULL, NULL, 331 331 NULL, NULL, NULL}; 332 332 … … 2526 2526 PVOID PMWinSubclassFakeWindow(HWND hwndOS2) 2527 2527 { 2528 return WinSubclassWindow(hwndOS2, Win32FakeWindowProc);2528 return (PVOID)WinSubclassWindow(hwndOS2, Win32FakeWindowProc); 2529 2529 } 2530 2530 //****************************************************************************** … … 2747 2747 //****************************************************************************** 2748 2748 //****************************************************************************** 2749 c har *WIN32API QueryCustomStdClassName()2749 const char *WIN32API QueryCustomStdClassName() 2750 2750 { 2751 2751 return WIN32_STDCLASS;
Note:
See TracChangeset
for help on using the changeset viewer.