Subversion Repositories filter_foundry

Rev

Rev 439 | Rev 444 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 439 Rev 443
Line 17... Line 17...
17
        along with this program; if not, write to the Free Software
17
        along with this program; if not, write to the Free Software
18
        Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
        Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
*/
19
*/
20
 
20
 
21
#include "ff.h"
21
#include "ff.h"
-
 
22
#include "slider_win.h"
22
 
23
 
23
// PLUGIN.DLL Sliders: This method will register the "slider" class used in dialogs.
24
// PLUGIN.DLL Sliders: This method will register the "slider" class used in dialogs.
24
typedef int(__cdecl* f_RegisterSlider)(HINSTANCE hInstanceDll, DWORD* MessageID);
25
typedef int(__cdecl* f_RegisterSlider)(HINSTANCE hInstanceDll, DWORD* MessageID);
25
int RegisterSlider(HINSTANCE hInstanceDll, DWORD* MessageID) {
26
int RegisterSlider(HINSTANCE hInstanceDll, DWORD* MessageID) {
26
        f_RegisterSlider fRegisterSlider;
27
        f_RegisterSlider fRegisterSlider;