MINOR: Tweak About box and traymenu pos
[openwide.git] / openwidedll_proto.h
blob37b93b33ba636331214cdc198c98f995f71b0a01
1 #ifndef C__Data_Code_C_openwide_openwidedll_proto_h_H
2 /**
3 * @author Luke Hudson
4 * @licence GPL2
5 */
7 #define C__Data_Code_C_openwide_openwidedll_proto_h_H
8 #pragma once
10 #include <windows.h>
12 #define DLLEXPORT __declspec(dllexport)
14 // functions from file C:\Data\Code\C\openwide\openwidedll.c //
15 int DLLEXPORT rmvHook(void);
16 int DLLEXPORT setHook(HWND hwLB);
18 #endif // C__Data_Code_C_openwide_openwidedll_proto_h