mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 03:23:46 +08:00
cleanup
This commit is contained in:
@@ -492,11 +492,13 @@ extern LRESULT SendSyncMessage (HWND hWnd,
|
|||||||
UINT msg, WPARAM wParam, LPARAM lParam);
|
UINT msg, WPARAM wParam, LPARAM lParam);
|
||||||
|
|
||||||
#ifndef _MGRM_THREADS
|
#ifndef _MGRM_THREADS
|
||||||
extern unsigned int __mg_csrimgsize;
|
# ifndef _MGUSE_COMPOSITING
|
||||||
extern unsigned int __mg_csrimgpitch;
|
extern unsigned int __mg_csrimgsize;
|
||||||
|
extern unsigned int __mg_csrimgpitch;
|
||||||
|
# endif
|
||||||
#else
|
#else
|
||||||
extern pthread_mutex_t __mg_gdilock, __mg_mouselock;
|
extern pthread_mutex_t __mg_gdilock, __mg_mouselock;
|
||||||
extern pthread_t __mg_desktop, __mg_parsor, __mg_timer;
|
extern pthread_t __mg_desktop, __mg_parsor, __mg_timer;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user