cmm lib, eolite: prepare to autoimports

git-svn-id: svn://kolibrios.org@9699 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Coldy
2022-02-08 09:05:27 +00:00
parent dac27e480b
commit a0ef0e0cd4
7 changed files with 88 additions and 2 deletions

View File

@@ -6,6 +6,25 @@
#include "../lib/kolibri.h"
#endif
#ifdef __COFF__
extern dword edit_box_draw;
extern dword edit_box_key;
extern dword edit_box_mouse;
extern dword edit_box_set_text;
extern dword scrollbar_v_draw;
extern dword scrollbar_v_mouse;
extern dword scrollbar_h_draw;
extern dword scrollbar_h_mouse;
extern dword PathShow_prepare;
extern dword PathShow_draw;
extern dword progressbar_draw;
extern dword progressbar_progress;
extern dword frame_draw;
#else
#ifndef INCLUDE_DLL_H
#include "../lib/dll.h"
#endif
@@ -55,7 +74,7 @@ char aProgressbar_draw [] = "progressbar_draw";
char aProgressbar_progress[] = "progressbar_progress";
char aFrame_draw[] = "frame_draw";
#endif
struct PathShow_data
{