7 lines
86 B
C
7 lines
86 B
C
#ifndef MYWIN_DEMO_H__
|
|
#define MYWIN_DEMO_H__
|
|
|
|
void mywin_demo_test(void *t);
|
|
|
|
#endif
|