mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 12:27:58 +08:00
clean up new code for supporting RTEMS
This commit is contained in:
@@ -2728,12 +2728,6 @@ MG_EXPORT HCURSOR GUIAPI GetSystemCursor (int csrid);
|
||||
MG_EXPORT HCURSOR GUIAPI GetCurrentCursor (void);
|
||||
|
||||
#else
|
||||
// #define LoadCursorFromFile(filename) (do_nothing(), 0)
|
||||
// #define CreateCursor(x, y, w, h, ANDbs, XORbs, cr) (do_nothing(), 0)
|
||||
// #define DestroyCursor(hcsr) (do_nothing(), 0)
|
||||
//// #define GetSystemCursor(csrid) (do_nothing(), 0)
|
||||
// #define GetCurrentCursor() (do_nothing(), 0)
|
||||
//static inline HCURSOR GetSystemCursor(int csrid) { return (HCURSOR) 0;}
|
||||
|
||||
static inline HCURSOR LoadCursorFromFile(const char* filename) {
|
||||
return (HCURSOR)0;
|
||||
|
||||
Reference in New Issue
Block a user