[CMAKE]
[reactos.git] / dll / shellext / devcpux / processor.c
index 4e8359d..9083d98 100644 (file)
@@ -14,7 +14,7 @@
 #include "resource.h"
 
 HINSTANCE g_hInstance = NULL;
-int APIENTRY ProcessorDlgProc (HWND hDlg, UINT uMessage, WPARAM wParam, LPARAM lParam);
+INT_PTR CALLBACK ProcessorDlgProc (HWND hDlg, UINT uMessage, WPARAM wParam, LPARAM lParam);
 
 BOOL
 APIENTRY
@@ -74,8 +74,8 @@ AddFeature(WCHAR* szFeatures, WCHAR* Feature, BOOL* bFirst)
        wcscat(szFeatures, Feature);
 }
 
-int
-APIENTRY
+INT_PTR
+CALLBACK
 ProcessorDlgProc (HWND hDlg, UINT uMessage, WPARAM wParam, LPARAM lParam)
 {
        switch (uMessage) {