windows-drive-mappings-20070202
[openafs.git] / src / WINNT / afsapplib / subclass.cpp
index 26e2ab4..8ac0d7c 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
  *
  */
 
-LONG CALLBACK Subclass_WndProc (HWND hTarget, UINT msg, WPARAM wp, LPARAM lp);
+HRESULT CALLBACK Subclass_WndProc (HWND hTarget, UINT msg, WPARAM wp, LPARAM lp);
 
 
 /*
@@ -214,7 +214,7 @@ PVOID Subclass_FindNextHook (HWND hTarget, PVOID wndProc)
 }
 
 
-LONG CALLBACK Subclass_WndProc (HWND hTarget, UINT msg, WPARAM wp, LPARAM lp)
+HRESULT CALLBACK Subclass_WndProc (HWND hTarget, UINT msg, WPARAM wp, LPARAM lp)
 {
    size_t iTarget;
    for (iTarget = 0; iTarget < nTargets; ++iTarget)