Create new (empty) branch for board themes
[xboard.git] / winboard / help.h
diff --git a/winboard/help.h b/winboard/help.h
deleted file mode 100644 (file)
index 7216018..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifdef VISTA\r
-#include "htmlhelp.h"\r
-#else\r
-  #ifdef _MSC_VER\r
-    #if _MSC_VER <= 1200\r
-      #define DWORD_PTR DWORD\r
-    #endif\r
-  #endif\r
-HWND WINAPI HtmlHelp( HWND hwnd, LPCSTR helpFile, UINT action, DWORD_PTR data );\r
-#endif\r
-int MyHelp(HWND hwnd, LPSTR helpFile, UINT action, DWORD_PTR data);\r