Cleanup of code
[openwide.git] / openwidedll_proto.h
blob1bba4425b4c47d2cb09b6fbcd41f04d7375ee2e6
1 #ifndef C__Data_Code_C_openwide_openwidedll_proto_h_H
2 #define C__Data_Code_C_openwide_openwidedll_proto_h_H
3 #pragma once
5 #include <windows.h>
7 #define DLLEXPORT __declspec(dllexport)
9 // functions from file C:\Data\Code\C\openwide\openwidedll.c //
10 int DLLEXPORT rmvHook(void);
11 int DLLEXPORT setHook(HWND hwLB);
13 #endif // C__Data_Code_C_openwide_openwidedll_proto_h