mirror of
https://github.com/MaJerle/lwbtn.git
synced 2026-09-24 05:54:31 +08:00
Improve docs - failed test to be corrected
This commit is contained in:
+3
-1
@@ -4,9 +4,11 @@
|
||||
#include "windows.h"
|
||||
|
||||
extern int example_win32(void);
|
||||
extern int test_win32(void);
|
||||
|
||||
int
|
||||
main(void) {
|
||||
example_win32();
|
||||
test_win32();
|
||||
//example_win32();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user